We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c0960 commit 4f2b01cCopy full SHA for 4f2b01c
.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@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
+ uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # 0.33.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/flux-build:latest
25
format: json
0 commit comments