mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-14 11:30:49 +00:00
Add a documented exception for zizmor's cache-poisoning for tests.yml
This commit is contained in:
@@ -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-*"]
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user