Skip to content

Commit

Permalink
chore: adding an audit.toml file (#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasir Shariff authored Sep 27, 2023
1 parent 7e15af9 commit b5f7764
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[advisories]
ignore = [
"RUSTSEC-2020-0071", # `chrono` is a transient dependency used by `near-sandbox-utils` and other dependencies
"RUSTSEC-2022-0093", # security audit error in ed25519-dalek which is not relevant for near-sdk-rs
]
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,4 @@ jobs:
- name: Install Audit
run: cargo install cargo-audit
- name: Run Audit
uses: actions-rs/cargo@v1
with:
command: audit
args: --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2022-0093
run: cargo audit

0 comments on commit b5f7764

Please sign in to comment.