We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db46ab0 commit 26a6040Copy full SHA for 26a6040
.github/workflows/audit.yaml
@@ -13,6 +13,6 @@ jobs:
13
- uses: DeterminateSystems/nix-installer-action@main
14
- uses: DeterminateSystems/magic-nix-cache-action@main
15
- name: "Update advisory db"
16
- run: nix develop .#ci --accept-flake-config --command just update-advisory-db
+ run: nix develop .#ci --accept-flake-config --command just audit update-advisory-db
17
- name: "Run cargo-audit"
18
run: nix develop .#ci --accept-flake-config --command just audit
0 commit comments