fix spelling error

This commit is contained in:
stvnrlly
2023-07-11 21:32:35 -04:00
parent 6e3b6901be
commit 2f74d35e48

View File

@@ -94,7 +94,7 @@ jobs:
- name: Run scan
run: bandit -r app/ -f txt -o /tmp/bandit-output.txt --confidence-level medium
- name: Upload bandit artifact
uses: action/upload-artifact@v3
uses: actions/upload-artifact@v3
with:
name: bandit-report
path: /tmp/bandit-output.txt