We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9f13d commit 993e02dCopy full SHA for 993e02d
.github/workflows/security.yml
@@ -89,7 +89,7 @@ jobs:
89
pip install bandit[sarif]
90
91
- name: Run Bandit Security Scan
92
- uses: PyCQA/bandit-action@v1
+ uses: PyCQA/bandit-action@67a458d90fa11fb1463e91e7f4c8f068b5863c7f
93
with:
94
targets: "."
95
0 commit comments