Skip to content

Commit

Permalink
Update cve-daily-update.yml
Browse files Browse the repository at this point in the history
Add script to convert mapping to Markdown. Fixes oasis-open#4
  • Loading branch information
ejratl authored Jul 5, 2023
1 parent 0c300b7 commit 67179ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cve-daily-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
- name: Install and update essential dependencies
run: |
pip install -U pip setuptools wheel
pip install pycountry stix2 stix2-validator
pip install pycountry stix2 stix2-validator csv2md
- name: Run Updater
run: |
python scripts/generate_common_objects.py -r mapping.csv ./cvelist objects
csv2md mapping.csv
- name: Delete CVE Repo
run: |
rm -rf cvelist/
Expand Down

0 comments on commit 67179ea

Please sign in to comment.