Merge pull request #1519 from GSA/update-daily-check-action

Update daily_check GitHub Action
This commit is contained in:
Carlo Costino
2025-01-07 16:21:29 -05:00
committed by GitHub

View File

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