Skip to content

Commit

Permalink
security scan token
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlball committed Nov 4, 2024
1 parent cafa568 commit e8e473a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'
timeout: 15m0s
allow-failure: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload container scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v1
with:
Expand Down

0 comments on commit e8e473a

Please sign in to comment.