Skip to content

Commit ff1b8b0

Browse files
authored
docs: bump setup-trivy version (#14)
1 parent e71d901 commit ff1b8b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Set up your GitHub Actions workflow with a specific version of [Trivy](https://g
77
# ...
88
steps:
99
- name: Install Trivy
10-
uses: aquasecurity/[email protected].0
10+
uses: aquasecurity/[email protected].2
1111
```
1212
1313
## Install a specific Trivy version
1414
```yaml
1515
# ...
1616
steps:
1717
- name: Install Trivy
18-
uses: aquasecurity/[email protected].0
18+
uses: aquasecurity/[email protected].2
1919
with:
2020
version: v0.56.2
2121
```
@@ -34,7 +34,7 @@ If you want to enable caching for Linux and MacOS runners, set the `cache` input
3434
```yaml
3535
steps:
3636
- name: Install Trivy
37-
uses: aquasecurity/[email protected].0
37+
uses: aquasecurity/[email protected].2
3838
with:
3939
version: v0.56.2
4040
cache: true
@@ -50,7 +50,7 @@ To enable caching for Windows runner or if you need to change the Trivy installa
5050
```yaml
5151
steps:
5252
- name: Install Trivy
53-
uses: aquasecurity/[email protected].0
53+
uses: aquasecurity/[email protected].2
5454
with:
5555
version: v0.56.2
5656
cache: true
@@ -67,7 +67,7 @@ To properly install Trivy, you need to populate `token` from a secret or another
6767
```yaml
6868
steps:
6969
- name: Install Trivy
70-
uses: aquasecurity/[email protected].0
70+
uses: aquasecurity/[email protected].2
7171
with:
7272
version: v0.56.2
7373
cache: true

0 commit comments

Comments
 (0)