Add a documented exception for zizmor's cache-poisoning for tests.yml

This commit is contained in:
Denis Kasak
2026-07-14 17:04:25 +02:00
parent 7fa08f3005
commit 9ef0a18fcb
2 changed files with 15 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
name: Tests
# NOTE: .github/zizmor.yml carries a cache-poisoning exception for this entire
# file because this step doesn't publish anything at the moment. If this
# changes, the exception should be removed.
on:
push:
branches: ["develop", "release-*"]
+11
View File
@@ -0,0 +1,11 @@
# Configuration for the zizmor GitHub Actions security scanner.
# See https://docs.zizmor.sh/configuration/
rules:
cache-poisoning:
# The cache-poisoning findings in tests.yml are all false positives. The
# findings are produced because its `push` trigger *could* belong to a
# publishing workflow, but it publishes nothing. Its only artifacts are
# test logs.
ignore:
- tests.yml