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

This commit is contained in:
Alpha Nerd 2026-05-13 07:58:15 +02:00
parent e7e93a3daa
commit 7db4e8220f

View file

@ -38,6 +38,9 @@ jobs:
run: |
.nyx-src/target/release/nyx scan --format sarif --fail-on MEDIUM > nyx-results.sarif || true
- name: Show findings
run: cat nyx-results.sarif
- name: Upload SARIF results
if: always()
uses: https://code.forgejo.org/actions/upload-artifact@v4