.forgejo/workflows/nyxscanner.yml aktualisiert
Some checks failed
NYX Security Scan / nyx-scan (pull_request) Failing after 6m49s

test LOW for PR comments to work or not
This commit is contained in:
Alpha Nerd 2026-05-13 09:44:49 +02:00
parent 6e2cab6143
commit af05a4772e

View file

@ -36,7 +36,7 @@ jobs:
- name: Run NYX scan
id: nyx
run: |
.nyx-src/target/release/nyx scan --format sarif --fail-on HIGH > nyx-results.sarif 2>&1
.nyx-src/target/release/nyx scan --format sarif --fail-on LOW > nyx-results.sarif 2>&1
continue-on-error: true
- name: Post findings as PR comment