diff --git a/.github/workflows/trivy-action-test.yaml b/.github/workflows/trivy-action-test.yaml index 8aff299..3af5cff 100644 --- a/.github/workflows/trivy-action-test.yaml +++ b/.github/workflows/trivy-action-test.yaml @@ -25,4 +25,5 @@ jobs: exit-code: '0' vuln-type: 'os,library' version: "v0.56.2" - cache: false \ No newline at end of file + cache: false + token-setup-trivy: ${{ secrets.READ_PAT }} \ No newline at end of file