diff --git a/.github/workflows/self-scan.yml b/.github/workflows/self-scan.yml index 576b879..64f8ae2 100644 --- a/.github/workflows/self-scan.yml +++ b/.github/workflows/self-scan.yml @@ -27,3 +27,16 @@ jobs: - name: Run CVE Lite CLI against this repo run: node dist/index.js . --verbose --fail-on high + + self-scan-action: + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Run CVE Lite CLI GitHub Action against this repo + uses: OWASP/cve-lite-cli@v1 + with: + verbose: "true" + fail-on: high