We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bd5a09 + 6666a11 commit 3eaeccdCopy full SHA for 3eaeccd
.gitlab-ci.yml
@@ -378,10 +378,11 @@ dependency-check-rust:
378
- mkdir $CI_PROJECT_DIR/dependency_check_data
379
script:
380
# Note: RUSTSEC-2023-0071 is currently unfixable, a false positive and irrelevant for us, therefore we ignore it
381
- # Note: RUSTSEC-2024-0019 is Windows-specific and can be safely ignored
+ # Note: RUSTSEC-2024-0336 is currently unfixable, and irrelevant for us, therefore we ignore it
382
- |
383
cargo audit \
384
--ignore RUSTSEC-2023-0071 \
385
+ --ignore RUSTSEC-2024-0336 \
386
--file wallet_core/Cargo.lock \
387
--json | tee audit.json | jq
388
artifacts:
0 commit comments