Skip to content

Commit c5bd8ff

Browse files
tashianclaude
andcommitted
Disable ref-confusion audit
The ref-confusion audit crashes when workflows reference private repos (e.g. internal-workflows, robot) because the GITHUB_TOKEN lacks cross-repo access. Disable until zizmor supports scoping this audit or we provide a broader token. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 284878b commit c5bd8ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/zizmor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ rules:
55
"smallstep/*": ref-pin
66
secrets-inherit:
77
disable: true
8+
ref-confusion:
9+
disable: true
810
dangerous-triggers:
911
ignore:
1012
- triage.yml

0 commit comments

Comments
 (0)