Skip to content

Commit

Permalink
Added Github Token env var
Browse files Browse the repository at this point in the history
  • Loading branch information
simao-silva authored Oct 31, 2024
1 parent e15c839 commit b997acc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
severity: "MEDIUM,HIGH,CRITICAL"
format: "sarif"
output: "trivy-repository-scan.sarif"
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Upload Trivy scan results to GitHub Security
uses: github/codeql-action/upload-sarif@v3.27.0
Expand Down

0 comments on commit b997acc

Please sign in to comment.