We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def7131 commit a9fe73fCopy full SHA for a9fe73f
.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@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
+ uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.34.2
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/swagger-hub-controller:latest
25
format: json
0 commit comments