You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a CodeQL workflow to perform static security analysis on the Python
codebase. The workflow runs on push/PR to main and weekly on Tuesdays.
The Meson build runs before analysis so that all template-configured
files are resolved in .build/ prior to scanning. A CodeQL config file
constrains analysis to .build/ (excluding .build/subprojects/, which
is nvme-cli/libnvme code) and sets PYTHONPATH so that libnvme imports
are resolved for accurate taint tracking.
Signed-off-by: Martin Belanger <[email protected]>
0 commit comments