Skip to content

Commit 18601ca

Browse files
authored
chore: Add test workflow for github_actions_scan (#2)
1 parent 5d49a7b commit 18601ca

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)