From 95f14d8a94cd67bc2a35bef6ac61ee0deda9d4b1 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Sat, 4 May 2024 20:33:29 +0200 Subject: [PATCH] fix: pass token to trivy action --- action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yaml b/action.yaml index 6e2d687..1eb6ba3 100644 --- a/action.yaml +++ b/action.yaml @@ -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