Skip to content

Commit f87affd

Browse files
wip
1 parent 28dabcf commit f87affd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747

4848
- name: Run Semgrep (security-audit)
49+
id: semgrep
4950
uses: returntocorp/semgrep-action@v1
5051
with:
5152
config: p/security-audit
@@ -54,7 +55,7 @@ jobs:
5455
- name: Upload Semgrep SARIF to Code Scanning
5556
uses: github/codeql-action/upload-sarif@v3
5657
with:
57-
sarif_file: semgrep.sarif
58+
sarif_file: ${{ steps.semgrep.outputs.sarif }}
5859

5960
gitleaks_scan:
6061
name: Gitleaks Secret Scan

0 commit comments

Comments
 (0)