We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcabe9 commit 630ab2dCopy full SHA for 630ab2d
.github/workflows/continuous-integration-workflow.yml
@@ -71,7 +71,7 @@ jobs:
71
bandit -c .banditrc.yml -r contributors/ fpdf/ tutorial/
72
semgrep scan --config auto --error --strict --exclude-rule=python.lang.security.insecure-hash-function.insecure-hash-function fpdf
73
- name: Scan project with grype 🔎
74
- uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
+ uses: anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.0
75
with:
76
path: "."
77
fail-build: true
0 commit comments