.forgejo/workflows/nyxscanner.yml hinzugefügt #18

Merged
alpha-nerd merged 13 commits from nyx into main 2026-05-13 10:12:41 +02:00
Showing only changes of commit af05a4772e - Show all commits

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