.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 7db4e8220f - Show all commits

View file

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