Skip to content

Commit

Permalink
Adjust owasp check configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Dec 2, 2024
1 parent 49318ee commit 6561dfb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nvd-cache.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: NVD Data Workflow Schedule

on:
push:
branches:
- owasp-check
schedule:
- cron: '0 5 * * 1,2,3,4,5'
workflow_dispatch: { }
Expand Down Expand Up @@ -43,7 +46,7 @@ jobs:

- name: Generate data
working-directory: ./data
run: ./vulnz.jar cve --cache --directory ./cache
run: ./vulnz.jar cve --cache --directory ./cache --delay=10000 --maxRetry=20
env:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}

Expand Down

0 comments on commit 6561dfb

Please sign in to comment.