Skip to content

Commit

Permalink
fix: pass token to trivy action
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed May 4, 2024
1 parent af2de92 commit 95f14d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ runs:
image-ref: ${{ inputs.image-ref }}
format: "json"
output: "results.json"
github-pat: ${{ secrets.GITHUB_TOKEN }}

- name: Convert results to sarif
uses: aquasecurity/trivy-action@0.19.0
Expand Down

0 comments on commit 95f14d8

Please # to comment.