We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d49a7b commit 18601caCopy full SHA for 18601ca
1 file changed
.github/workflows/test_github_actions_scan.yml
@@ -0,0 +1,17 @@
1
+name: 'TEST GitHub Actions Scan'
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - 'main'
7
8
+permissions:
9
+ contents: 'read'
10
+ id-token: 'write'
11
12
+jobs:
13
+ test-zizmor-scan:
14
+ uses: 'google-gh-automation/workflows/.github/workflows/github_actions_scan.yml@main'
15
+ with:
16
+ wif_provider: 'projects/763312321262/locations/global/workloadIdentityPools/gitsec-gha-artifacts/providers/gitsec-gha-artifacts-provider'
17
+ zizmor_result_bucket: 'zizmor-43e4'
0 commit comments