diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c6aef0e85..11f9fe449 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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