Hot CVEs workflow... fix ?

This commit is contained in:
Marc 2024-06-10 09:57:11 +02:00 committed by GitHub
parent fed4b104b9
commit fbee47ec3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,15 +8,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- run: pip install requests
run: pip install requests
- name: Change directory to docs and run CVE JSON generator script
- name: Running the HOT CVEs generator script
run: |
cd /home/runner/work/cve/cve
python .github/getTrending.py