Skip to content

Commit

Permalink
use github pat for trivy scan
Browse files Browse the repository at this point in the history
  • Loading branch information
aneesh1 committed Nov 15, 2024
1 parent b5de44e commit f65622e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
severity: 'CRITICAL,HIGH'
format: 'sarif'
output: 'trivy-results-${{ matrix.platforms }}.sarif'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: upload scan results
uses: github/codeql-action/upload-sarif@956f09c2ef1926b580554b9014cfb8a51abf89dd # v2.16.6
with:
Expand Down

0 comments on commit f65622e

Please sign in to comment.