Skip to content

Commit f7b0bdd

Browse files
Update Zizmor configuration to use explicit ignores for test-only secrets
1 parent 344bb67 commit f7b0bdd

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

zizmor.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
rules:
22
secrets-outside-env:
3-
config:
4-
# These test credentials are intentionally managed as organization-level secrets.
5-
# The reusable test workflow runs across repositories and does not use per-job
6-
# environments for these auth scenarios, so we suppress only this known set.
7-
allow:
8-
- TEST_USER_PAT
9-
- TEST_USER_USER_FG_PAT
10-
- TEST_USER_ORG_FG_PAT
11-
- TEST_APP_ENT_CLIENT_ID
12-
- TEST_APP_ENT_PRIVATE_KEY
13-
- TEST_APP_ORG_CLIENT_ID
14-
- TEST_APP_ORG_PRIVATE_KEY
3+
# super-linter currently runs zizmor v1.23.1 in this repository.
4+
# v1.23.1 does not support secrets-outside-env.config.allow (added in v1.24.0),
5+
# so we use explicit file/line ignores for known test-only secrets.
6+
ignore:
7+
- .github/workflows/TestWorkflow.yml:430
8+
- .github/workflows/TestWorkflow.yml:458
9+
- .github/workflows/TestWorkflow.yml:486
10+
- .github/workflows/TestWorkflow.yml:514
11+
- .github/workflows/TestWorkflow.yml:515
12+
- .github/workflows/TestWorkflow.yml:551
13+
- .github/workflows/TestWorkflow.yml:552
14+
- .github/workflows/TestWorkflow.yml:690

0 commit comments

Comments
 (0)