Skip to content

Commit

Permalink
docs: use v0.1.0 in README.md (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen authored Oct 9, 2024
1 parent 5d23e51 commit 6202263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Set up your GitHub Actions workflow with a specific version of [Trivy](https://g
# ...
steps:
- name: Install Trivy
uses: aquasecurity/setup-trivy@main
uses: aquasecurity/setup-trivy@v0.1.0
```
## Install a specific Trivy version
```yaml
# ...
steps:
- name: Install Trivy
uses: aquasecurity/setup-trivy@main
uses: aquasecurity/setup-trivy@v0.1.0
with:
version: v0.56.1
```
Expand All @@ -30,7 +30,7 @@ If you want to enable caching, set the `cache` input to `true` and specify the `
```yaml
steps:
- name: Install Trivy
uses: aquasecurity/setup-trivy@main
uses: aquasecurity/setup-trivy@v0.1.0
with:
version: v0.56.1
cache: true
Expand Down

0 comments on commit 6202263

Please sign in to comment.