We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cb31b commit aff65a9Copy full SHA for aff65a9
1 file changed
.github/workflows/ci.yml
@@ -103,4 +103,4 @@ jobs:
103
104
- name: Run cargo audit
105
# --deny unsound: also fail on soundness issues, not only CVEs
106
- run: cargo audit --deny unsound
+ run: cargo audit --deny unsound --file audit.toml
0 commit comments