Skip to content

Commit 32f6da6

Browse files
authored
ci: lock cargo install in SDL scan job (#278)
1 parent 5502c47 commit 32f6da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239

240240
- name: Install Cargo Plugins
241241
run: |
242-
cargo install cargo-audit cargo-outdated
242+
cargo install --locked cargo-audit cargo-outdated
243243
244244
- name: (CT247/CT200) (N/C) - Scan 3rd-Party Components for Vulnerabilities
245245
run: |

0 commit comments

Comments
 (0)