Skip to content

Commit 103267d

Browse files
Refactor Zizmor configuration to use organization-level secrets and remove deprecated file
1 parent f7b0bdd commit 103267d

3 files changed

Lines changed: 14 additions & 15 deletions

File tree

.github/linters/zizmor.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,16 @@ rules:
22
template-injection:
33
ignore:
44
- action.yml
5+
6+
secrets-outside-env:
7+
# These test credentials are intentionally managed as organization-level
8+
# secrets for reusable test workflows across repositories.
9+
config:
10+
allow:
11+
- TEST_USER_PAT
12+
- TEST_USER_USER_FG_PAT
13+
- TEST_USER_ORG_FG_PAT
14+
- TEST_APP_ENT_CLIENT_ID
15+
- TEST_APP_ENT_PRIVATE_KEY
16+
- TEST_APP_ORG_CLIENT_ID
17+
- TEST_APP_ORG_PRIVATE_KEY

.github/workflows/Linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Linter
22

3-
run-name: "Linter - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
3+
run-name: 'Linter - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}'
44

55
on: [pull_request]
66

zizmor.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)