Skip to content

Commit 1c3a856

Browse files
Jonathan D.A. Jewellclaude
andcommitted
fix: remove --format flag from panic-attack command
panic-attack writes JSON automatically when --output is specified. The --format flag doesn't exist in the CLI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b2f18df commit 1c3a856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan-and-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run scan
3434
id: scan
3535
run: |
36-
panic-attack assail ${{ inputs.repo_path }} --format json --output scan-result.json
36+
panic-attack assail ${{ inputs.repo_path }} --output scan-result.json
3737
echo "scan_complete=true" >> $GITHUB_OUTPUT
3838
3939
- name: Send to verisimdb-data

0 commit comments

Comments
 (0)