There was an error while loading. Please reload this page.
1 parent 41e1653 commit 360399eCopy full SHA for 360399e
1 file changed
.github/workflows/vulnerability-audit.yml
@@ -10,6 +10,10 @@ on:
10
paths:
11
- "uv.lock"
12
- "pyproject.toml"
13
+ # Temporary: trigger on push to test the workflow
14
+ push:
15
+ branches:
16
+ - feature/vulnerability-audit-poc
17
18
jobs:
19
# Approach 1: pip-audit (PyPA official tool)
0 commit comments