try to create pip-audit artifact in daily test

This commit is contained in:
stvnrlly
2023-07-11 17:19:07 -04:00
parent 4cd2387b61
commit f8d23f8c45

View File

@@ -30,6 +30,11 @@ jobs:
- uses: pypa/gh-action-pip-audit@v1.0.6
with:
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:
runs-on: ubuntu-latest