We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa9cd90 + 279bbfc commit 8e955abCopy full SHA for 8e955ab
1 file changed
.github/workflows/self-scan.yml
@@ -27,3 +27,16 @@ jobs:
27
28
- name: Run CVE Lite CLI against this repo
29
run: node dist/index.js . --verbose --fail-on high
30
+
31
+ self-scan-action:
32
+ runs-on: ubuntu-latest
33
34
+ steps:
35
+ - name: Checkout
36
+ uses: actions/checkout@v4
37
38
+ - name: Run CVE Lite CLI GitHub Action against this repo
39
+ uses: OWASP/cve-lite-cli@v1
40
+ with:
41
+ verbose: "true"
42
+ fail-on: high
0 commit comments