add step to pr check to test it

This commit is contained in:
stvnrlly
2023-07-11 17:29:13 -04:00
parent f8d23f8c45
commit f75b720a27

View File

@@ -78,6 +78,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