mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-17 21:54:43 +02:00
Filter trending PoCs to current-year updates
This commit is contained in:
@@ -24,6 +24,8 @@ jobs:
|
||||
cd /home/runner/work/cve/cve
|
||||
pip install requests
|
||||
python .github/getTrending.py
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Check for changes and commit if necessary
|
||||
run: |
|
||||
|
||||
@@ -12,6 +12,8 @@ on:
|
||||
- 'templates/**'
|
||||
- 'docs/assets/**'
|
||||
- 'README.md'
|
||||
- '.github/getTrending.py'
|
||||
- '.github/workflows/hot_cves.yml'
|
||||
- 'requirements.txt'
|
||||
- '.github/workflows/site.yml'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user