Skip to content

Commit 8e955ab

Browse files
authored
Merge pull request #228 from OWASP/feature/issue-227-dogfood-github-action
feat: dogfood OWASP/cve-lite-cli@v1 action in self-scan workflow
2 parents fa9cd90 + 279bbfc commit 8e955ab

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/self-scan.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,16 @@ jobs:
2727

2828
- name: Run CVE Lite CLI against this repo
2929
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

Comments
 (0)