Skip to content

Commit

Permalink
test: ignore vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl-L committed Jan 31, 2024
1 parent 49446d9 commit 3389c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ckb-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- name: check audit
run: |
cargo install --force cargo-audit
cargo install --force cargo-audit --ignore RUSTSEC-2021-0103
for c in $(ls contracts); do echo "enter $c"; cd contracts/$c; cargo audit; echo "audit done"; cd ../..; done
- name: Cache cargo crate and target
id: cache-contract-target
Expand Down

0 comments on commit 3389c5f

Please sign in to comment.