File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11rules :
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
You can’t perform that action at this time.
0 commit comments