Skip to content

Commit

Permalink
fix snyk IV - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Abel committed Jun 12, 2024
1 parent b37d336 commit c75ed68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-container-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
run: |
sed -i 's/"security-severity": "null"/"security-severity": "0"/g' snyk.sarif
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v4
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: snyk.sarif

0 comments on commit c75ed68

Please sign in to comment.