We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 296a84b + 0d2f38f commit 87247b4Copy full SHA for 87247b4
1 file changed
.github/workflows/security.yml
@@ -41,7 +41,7 @@ jobs:
41
run: poetry install --with dev
42
43
- name: Run Trivy filesystem scan
44
- uses: aquasecurity/trivy-action@master
+ uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
45
with:
46
scan-type: "fs"
47
scan-ref: "."
@@ -51,7 +51,7 @@ jobs:
51
exit-code: "0"
52
53
- name: Run Trivy dependency scan
54
55
56
57
@@ -62,7 +62,7 @@ jobs:
62
63
64
- name: Check for critical and high vulnerabilities
65
66
67
68
0 commit comments