From f75b720a27baad26280b061b590118214fdd41c1 Mon Sep 17 00:00:00 2001 From: stvnrlly Date: Tue, 11 Jul 2023 17:29:13 -0400 Subject: [PATCH] add step to pr check to test it --- .github/workflows/checks.yml | 5 +++++ 1 file changed, 5 insertions(+) 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