Skip to content

Commit 27ca0cb

Browse files
chore(deps-dev): update aquasecurity/trivy-action action to v0.28.0
1 parent 7233d56 commit 27ca0cb

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@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
16+
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
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
@@ -19,7 +19,7 @@ jobs:
1919
egress-policy: audit
2020

2121
- name: Scan for vulnerabilities
22-
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
22+
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
2323
with:
2424
image-ref: ghcr.io/doodlescheduling/db-controller:latest
2525
format: json

0 commit comments

Comments
 (0)