Skip to content

Update external CVEs #876

Update external CVEs

Update external CVEs #876

Workflow file for this run

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]