We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4dfa76 commit 344bb67Copy full SHA for 344bb67
1 file changed
zizmor.yml
@@ -0,0 +1,14 @@
1
+rules:
2
+ 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
0 commit comments