Skip to content

Commit

Permalink
test(trivy-action): token with read only perms
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 24, 2024
1 parent 761f01d commit f6e7afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-action-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
vuln-type: 'os,library'
version: "v0.56.2"
cache: false
token-setup-trivy: 'invalid'
token-setup-trivy: ${{ secrets.READ_PAT }}

0 comments on commit f6e7afd

Please sign in to comment.