Skip to content

Commit 916bd1d

Browse files
committed
Disable advanced-security SARIF upload and pass config to zizmor-action
The default SARIF upload to Code Scanning ignores our .zizmor.yml config, causing unpinned-uses findings to fail the check even though we've intentionally disabled that rule.
1 parent 589378a commit 916bd1d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/zizmor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
zizmor:
1313
runs-on: ubuntu-latest
1414
permissions:
15-
security-events: write
1615
contents: read
1716
actions: read
1817
steps:
@@ -23,3 +22,6 @@ jobs:
2322

2423
- name: Run zizmor
2524
uses: zizmorcore/zizmor-action@v0.5.3
25+
with:
26+
advanced-security: false
27+
config: .zizmor.yml

0 commit comments

Comments
 (0)