Skip to content

Commit 09a6a5f

Browse files
committed
Ignore cache-poisoning lint for cargo-vet.yml
This lint is primarily for publish workflows that could use a poisoned cache for release artifacts, but our cargo-vet workflow isn't that sensitive so keeping the caching is worth it.
1 parent bbea944 commit 09a6a5f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/zizmor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rules:
2+
cache-poisoning:
3+
ignore:
4+
# not used for releases / sensitive artifacts
5+
- cargo-vet.yml

0 commit comments

Comments
 (0)