Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/self-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading