From e09bb212fbe1e1ee625ccdb66050cef35cd788c7 Mon Sep 17 00:00:00 2001 From: lbvffvbl Date: Thu, 26 Dec 2024 19:25:38 +0500 Subject: [PATCH] Use altinity fork for setup-trivy action --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 14588de..a7a6f43 100644 --- a/action.yaml +++ b/action.yaml @@ -122,7 +122,7 @@ runs: steps: - name: Install Trivy if: ${{ inputs.skip-setup-trivy == 'false' }} - uses: aquasecurity/setup-trivy@v0.2.2 + uses: altinity/setup-trivy@v0.2.2 with: version: ${{ inputs.version }} cache: ${{ inputs.cache }}