From c686e3c252f9d4a2aa5e35377c09d307d21a7386 Mon Sep 17 00:00:00 2001 From: DmitriyLewen Date: Fri, 11 Oct 2024 16:10:59 +0600 Subject: [PATCH] chore(deps): bump setup-trivy --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 12c9b59..7fb5f9f 100644 --- a/action.yaml +++ b/action.yaml @@ -108,7 +108,7 @@ runs: using: 'composite' steps: - name: Install Trivy - uses: aquasecurity/setup-trivy@v0.1.0 + uses: DmitriyLewen/setup-trivy@f4134be94c08be2fb699a60627177c300876eb3d with: version: ${{ inputs.version }} cache: ${{ inputs.cache }}