From e00c0f190873e3081237776c144bfa96fae46d5c Mon Sep 17 00:00:00 2001 From: DmitriyLewen Date: Thu, 24 Oct 2024 11:43:19 +0600 Subject: [PATCH] refactor: use `setup-trivy` v0.2.2 --- README.md | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7500705..f609145 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ jobs: #### Default templates Trivy has [default templates][trivy-default-templates]. -By default, `setup-trivy` install them in `$HOME/.local/bin/trivy-bin/contrib` directory. +By default, `setup-trivy` installs them into the `$HOME/.local/bin/trivy-bin/contrib` directory. ```yaml name: build diff --git a/action.yaml b/action.yaml index dc828e1..060cbe2 100644 --- a/action.yaml +++ b/action.yaml @@ -113,7 +113,7 @@ runs: steps: - name: Install Trivy if: ${{ inputs.skip-setup-trivy == 'false' }} - uses: DmitriyLewen/setup-trivy@1f28cef0d7f6c3d4bf343e019d2c7d705620b63e + uses: aquasecurity/setup-trivy@v0.2.2 with: version: ${{ inputs.version }} cache: ${{ inputs.cache }}