We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7233d56 commit 27ca0cbCopy full SHA for 27ca0cb
.github/workflows/pr-trivy.yaml
@@ -13,7 +13,7 @@ jobs:
13
egress-policy: audit
14
15
- name: Trivy fs scan
16
- uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # 0.24.0
+ uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
17
with:
18
scan-type: 'fs'
19
ignore-unfixed: true
.github/workflows/report-on-vulnerabilities.yaml
@@ -19,7 +19,7 @@ jobs:
20
21
- name: Scan for vulnerabilities
22
23
24
image-ref: ghcr.io/doodlescheduling/db-controller:latest
25
format: json
0 commit comments