From c4f7bc37d2a0e408e4025015dd133f9281fcbb8c Mon Sep 17 00:00:00 2001 From: DmitriyLewen Date: Thu, 24 Oct 2024 11:39:15 +0600 Subject: [PATCH] test(trivy-action): `token` with read only perms --- .github/workflows/trivy-action-test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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