We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf6db7 commit 83038feCopy full SHA for 83038fe
1 file changed
.github/workflows/zizmor.yaml
@@ -0,0 +1,16 @@
1
+name: Zizmor Scan
2
+
3
+on:
4
+ pull_request:
5
+ # Must cover everywhere scannable files live; the scan covers the whole repo.
6
+ paths:
7
+ - '.github/**'
8
+ workflow_dispatch:
9
10
+permissions:
11
+ contents: read
12
13
+jobs:
14
+ zizmor:
15
+ # Bare call: severity floors come from the shared workflow's defaults.
16
+ uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-zizmor-scan.yaml@v3
0 commit comments