Commit 9827bcd
committed
feat(cargo-audit): install fresh cargo-audit on test run
In order to prevent future `cargo-audit` failures of reading new
new security database disclosures, remove `cargo-audit` from dev
container and always try to install `cargo-audit` from source
instaed. This makes CI always use new version of the binary while for
normal development, local version will be used (so no `--force` flag).
Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>1 parent f8d253a commit 9827bcd
File tree
2 files changed
+2
-2
lines changed- tests/integration_tests/security
- tools/devctr
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments