mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 07:51:13 -05:00
try to create pip-audit artifact in daily test
This commit is contained in:
5
.github/workflows/daily_checks.yml
vendored
5
.github/workflows/daily_checks.yml
vendored
@@ -30,6 +30,11 @@ jobs:
|
|||||||
- uses: pypa/gh-action-pip-audit@v1.0.6
|
- uses: pypa/gh-action-pip-audit@v1.0.6
|
||||||
with:
|
with:
|
||||||
inputs: requirements.txt
|
inputs: requirements.txt
|
||||||
|
- name: Upload pip-audit artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: pip-audit-report
|
||||||
|
path: /tmp/pip-audit-output.txt
|
||||||
|
|
||||||
static-scan:
|
static-scan:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user