Skip to content

Commit

Permalink
refactor: use setup-trivy v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 24, 2024
1 parent a24d142 commit e00c0f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e00c0f1

Please sign in to comment.