We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e032d commit 016fdafCopy full SHA for 016fdaf
1 file changed
.github/workflows/cve_workflow.yml .github/workflows/nvd_api.yml.github/workflows/cve_workflow.yml renamed to .github/workflows/nvd_api.yml
@@ -1,9 +1,9 @@
1
-name: Run CVE Scripts
+name: Run CVE NVD Api Script
2
3
on:
4
workflow_dispatch:
5
repository_dispatch:
6
- types: [Run CVE Scripts]
+ types: [Run CVE NVD Api Script]
7
8
jobs:
9
run-all:
@@ -27,7 +27,7 @@ jobs:
27
28
- run: pip install -r requirements.txt
29
30
- - name: Run CVE Scripts
+ - name: Run CVE NVD Api Script
31
env:
32
TELEGRAM_TOKEN_CVE: ${{ secrets.TELEGRAM_TOKEN_CVE }}
33
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
0 commit comments