Skip to content

Commit

Permalink
docs: bump Trivy version
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 24, 2024
1 parent 0faeae6 commit 34d9f0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
- name: Install Trivy
uses: aquasecurity/setup-trivy@v0.2.0
with:
version: v0.56.1
version: v0.56.2
```
## Caching
Expand All @@ -36,7 +36,7 @@ steps:
- name: Install Trivy
uses: aquasecurity/setup-trivy@v0.2.0
with:
version: v0.56.1
version: v0.56.2
cache: true
```

Expand All @@ -52,7 +52,7 @@ steps:
- name: Install Trivy
uses: aquasecurity/setup-trivy@v0.2.0
with:
version: v0.56.1
version: v0.56.2
cache: true
path: "./bins"
```
Expand All @@ -69,7 +69,7 @@ steps:
- name: Install Trivy
uses: aquasecurity/setup-trivy@v0.2.0
with:
version: v0.56.1
version: v0.56.2
cache: true
token: ${{ secrets.GITHUB_PAT }}
```

0 comments on commit 34d9f0e

Please sign in to comment.