Skip to content

Commit

Permalink
Add temporary cargo audit exception for rusoto
Browse files Browse the repository at this point in the history
  • Loading branch information
DJAndries committed Apr 11, 2024
1 parent 0cbb253 commit 30516e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Audit server
run: cargo audit --deny warnings
run: cargo audit --deny warnings --ignore RUSTSEC-2022-0071 # includes exception for unmaintained rusoto crate, should be resolved by #134

- name: Audit test client
run: cargo audit --deny warnings
Expand Down

0 comments on commit 30516e3

Please sign in to comment.