Skip to content

Commit

Permalink
fix syntax error in tricy-scan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jan 31, 2025
1 parent 23a2cdd commit e367385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trivy-scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
github-pat: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'

0 comments on commit e367385

Please sign in to comment.