We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1f86f commit 1ddfc3bCopy full SHA for 1ddfc3b
1 file changed
.github/workflows/security_scan.yaml
@@ -31,15 +31,15 @@ jobs:
31
fi
32
33
- name: Run Trivy scan for logs
34
- uses: aquasecurity/trivy-action@0.34.0
+ uses: aquasecurity/trivy-action@0.35.0
35
with:
36
scan-type: "fs"
37
scan-ref: "."
38
trivy-config: "trivy.yaml"
39
trivyignores: ".trivyignore"
40
41
- name: Run Trivy scan for SARIF report
42
43
44
45
@@ -78,7 +78,7 @@ jobs:
78
79
80
- name: Run Trivy to generate SBOM
81
82
83
84
0 commit comments