We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4e538 commit 7406aa0Copy full SHA for 7406aa0
2 files changed
.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@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.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/growthbook-controller:latest
25
format: json
0 commit comments