Skip to content

Commit

Permalink
docs: bump setup-trivy version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen authored Oct 24, 2024
1 parent e71d901 commit ff1b8b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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/[email protected].0
uses: aquasecurity/[email protected].2
```
## Install a specific Trivy version
```yaml
# ...
steps:
- name: Install Trivy
uses: aquasecurity/[email protected].0
uses: aquasecurity/[email protected].2
with:
version: v0.56.2
```
Expand All @@ -34,7 +34,7 @@ If you want to enable caching for Linux and MacOS runners, set the `cache` input
```yaml
steps:
- name: Install Trivy
uses: aquasecurity/[email protected].0
uses: aquasecurity/[email protected].2
with:
version: v0.56.2
cache: true
Expand All @@ -50,7 +50,7 @@ To enable caching for Windows runner or if you need to change the Trivy installa
```yaml
steps:
- name: Install Trivy
uses: aquasecurity/[email protected].0
uses: aquasecurity/[email protected].2
with:
version: v0.56.2
cache: true
Expand All @@ -67,7 +67,7 @@ To properly install Trivy, you need to populate `token` from a secret or another
```yaml
steps:
- name: Install Trivy
uses: aquasecurity/[email protected].0
uses: aquasecurity/[email protected].2
with:
version: v0.56.2
cache: true
Expand Down

0 comments on commit ff1b8b0

Please sign in to comment.