Skip to content

Commit aca2125

Browse files
chore(deps-dev): update aquasecurity/trivy-action action to v0.13.1 (#252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0aab327 commit aca2125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
egress-policy: audit
1414

1515
- name: Trivy fs scan
16-
uses: aquasecurity/trivy-action@b77b85c0254bba6789e787844f0585cde1e56320 # 0.13.0
16+
uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # 0.13.1
1717
with:
1818
scan-type: 'fs'
1919
ignore-unfixed: true

.github/workflows/report-on-vulnerabilities.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
egress-policy: audit
2424

2525
- name: Scan for vulnerabilities
26-
uses: aquasecurity/trivy-action@b77b85c0254bba6789e787844f0585cde1e56320 # 0.13.0 (Trivy v0.34.0)
26+
uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1 # 0.13.1 (Trivy v0.34.0)
2727
with:
2828
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
2929
format: json

0 commit comments

Comments
 (0)