You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ jobs:
215
215
uses: aquasecurity/setup-trivy@v0.2.0
216
216
with:
217
217
cache: true
218
-
version: v0.64.1
218
+
version: v0.65.0
219
219
220
220
- name: Run Trivy vulnerability scanner in repo mode
221
221
uses: aquasecurity/trivy-action@master
@@ -847,7 +847,7 @@ Following inputs can be used as `step.with` keys:
847
847
|`github-pat`| String || Authentication token to enable sending SBOM scan results to GitHub Dependency Graph. Can be either a GitHub Personal Access Token (PAT) or GITHUB_TOKEN |
848
848
|`limit-severities-for-sarif`| Boolean | false | By default *SARIF* format enforces output of all vulnerabilities regardless of configured severities. To override this behavior set this parameter to **true**|
849
849
|`docker-host`| String || By default it is set to `unix://var/run/docker.sock`, but can be updated to help with containerized infrastructure values (`unix:/` or other prefix is required) |
850
-
|`version`| String |`v0.64.1`| Trivy version to use, e.g. `latest` or `v0.64.1`|
850
+
|`version`| String |`v0.65.0`| Trivy version to use, e.g. `latest` or `v0.65.0`|
851
851
|`skip-setup-trivy`| Boolean | false | Skip calling the `setup-trivy` action to install `trivy`|
852
852
|`token-setup-trivy`| Boolean || Overwrite `github.token` used by `setup-trivy` to checkout the `trivy` repository |
0 commit comments