Skip to content

Commit ca7d80f

Browse files
committed
fix: add zizmor ignore for template-injection
The execution_file output is from the claude-code-action (trusted source), not user-controlled input, so this is a false positive. Adding explicit ignore comment to suppress the warning.
1 parent 2f4d988 commit ca7d80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/classify-issue-severity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Extract Result from Execution File
144144
id: extract
145145
env:
146-
EXECUTION_FILE: ${{ steps.analysis.outputs.execution_file }}
146+
EXECUTION_FILE: ${{ steps.analysis.outputs.execution_file }} # zizmor: ignore[template-injection]
147147
run: |
148148
if [ ! -f "$EXECUTION_FILE" ]; then
149149
echo "Execution file not found: $EXECUTION_FILE"

0 commit comments

Comments
 (0)