mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-09 19:45:13 +02:00
feat(dynamic, eval): enhance hardening validation, CI budget tuning, and source-keyed target-dir isolation
This commit is contained in:
parent
2e456c15d1
commit
c2cd6f009e
12 changed files with 234 additions and 17 deletions
7
.github/workflows/eval.yml
vendored
7
.github/workflows/eval.yml
vendored
|
|
@ -56,8 +56,11 @@ jobs:
|
|||
env:
|
||||
# Gate 6 self-skips unless this points at a real checkout.
|
||||
NYX_OWASP_CORPUS: ${{ github.workspace }}/.eval-corpus/owasp_benchmark_v1.2
|
||||
# CI wall-clock budget: 15 min. Override locally to tighten.
|
||||
NYX_OWASP_WALLCLOCK_BUDGET_SECONDS: "900"
|
||||
# CI wall-clock budget: 20 min. The 2740-file OWASP scan+verify lands
|
||||
# right at the old 15-min ceiling on the hosted runners (observed 900.2s),
|
||||
# so the gate tripped on CI variance alone; 1200s restores headroom. The
|
||||
# dev reference stays 10 min — override locally to tighten.
|
||||
NYX_OWASP_WALLCLOCK_BUDGET_SECONDS: "1200"
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue