Skip to content

Commit 016fdaf

Browse files
committed
Add CVE NVD API workflow for automated script execution
1 parent b0e032d commit 016fdaf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Run CVE Scripts
1+
name: Run CVE NVD Api Script
22

33
on:
44
workflow_dispatch:
55
repository_dispatch:
6-
types: [Run CVE Scripts]
6+
types: [Run CVE NVD Api Script]
77

88
jobs:
99
run-all:
@@ -27,7 +27,7 @@ jobs:
2727
2828
- run: pip install -r requirements.txt
2929

30-
- name: Run CVE Scripts
30+
- name: Run CVE NVD Api Script
3131
env:
3232
TELEGRAM_TOKEN_CVE: ${{ secrets.TELEGRAM_TOKEN_CVE }}
3333
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}

0 commit comments

Comments
 (0)