Skip to content

Commit

Permalink
Merge pull request #2945 from newrelic/trivy-token
Browse files Browse the repository at this point in the history
Add token to Trivy report mode
  • Loading branch information
kaylareopelle authored Nov 12, 2024
2 parents 927a31d + 761c23e commit 747f2a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: ${{ github.event_name == 'schedule' }}
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # tag v0.28.0
with:
token-setup-trivy: ${{ secrets.GITHUB_TOKEN }}
scan-type: fs
format: sarif
output: trivy-results.sarif
Expand Down

0 comments on commit 747f2a6

Please sign in to comment.