Skip to content

Commit 075f304

Browse files
ci: add audit.toml
Signed-off-by: Henry Gressmann <[email protected]>
1 parent af5368a commit 075f304

File tree

2 files changed

+41
-37
lines changed

2 files changed

+41
-37
lines changed

Cargo.lock

Lines changed: 29 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

audit.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[advisories]
2+
ignore=[]
3+
informational_warnings=["unsound"]
4+
severity_threshold="low"
5+
6+
[target]
7+
arch=["x86_64", "aarch64"]
8+
os=["linux", "windows", "apple"]
9+
10+
[yanked]
11+
enabled=true
12+
update_index=true

0 commit comments

Comments
 (0)