Filter trending PoCs to current-year updates

This commit is contained in:
0xMarcio
2025-12-17 21:06:33 +01:00
parent 23be2e0751
commit 722d7261ba
7 changed files with 199 additions and 341 deletions
+2
View File
@@ -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: |
+2
View File
@@ -12,6 +12,8 @@ on:
- 'templates/**'
- 'docs/assets/**'
- 'README.md'
- '.github/getTrending.py'
- '.github/workflows/hot_cves.yml'
- 'requirements.txt'
- '.github/workflows/site.yml'