mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 07:51:13 -05:00
fix spelling error
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -94,7 +94,7 @@ jobs:
|
|||||||
- name: Run scan
|
- name: Run scan
|
||||||
run: bandit -r app/ -f txt -o /tmp/bandit-output.txt --confidence-level medium
|
run: bandit -r app/ -f txt -o /tmp/bandit-output.txt --confidence-level medium
|
||||||
- name: Upload bandit artifact
|
- name: Upload bandit artifact
|
||||||
uses: action/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: bandit-report
|
name: bandit-report
|
||||||
path: /tmp/bandit-output.txt
|
path: /tmp/bandit-output.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user