This commit is contained in:
Carlos Polop
2026-03-15 22:36:55 +01:00
parent a8f6b16016
commit aafdfcdcee
7 changed files with 610 additions and 98 deletions
@@ -22,6 +22,9 @@ jobs:
with:
python-version: "3.x"
- name: Install Python dependencies
run: python3 -m pip install --disable-pip-version-check openpyxl
- name: Update windows version definitions
run: python3 build_lists/update_windows_version_defs.py
@@ -32,7 +35,7 @@ jobs:
with:
commit-message: "chore(winpeas): update windows version vulnerability definitions"
title: "chore(winpeas): update windows version vulnerability definitions"
body: "Automated update of `build_lists/windows_version_exploits.json` from latest WES-NG definitions."
body: "Automated update of `build_lists/windows_version_exploits.json`."
branch: "bot/update-windows-version-definitions"
delete-branch: true