Update external CVEs #876
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update external CVEs | |
on: | |
push: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
cve: | |
name: Fetch cve list | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Fetch and process cve from CVE Project | |
run: sh ./202/cve/fetch_cve.sh | |
- uses: EndBug/add-and-commit@v9 | |
with: | |
author_name: Denys | |
author_email: [email protected] |