.forgejo/workflows/nyxscanner.yml aktualisiert
Some checks failed
NYX Security Scan / nyx-scan (pull_request) Has been cancelled
Some checks failed
NYX Security Scan / nyx-scan (pull_request) Has been cancelled
This commit is contained in:
parent
d5831dc358
commit
e7e93a3daa
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Run NYX scan
|
||||
run: |
|
||||
.nyx-src/target/release/nyx scan --format sarif --fail-on MEDIUM > nyx-results.sarif
|
||||
.nyx-src/target/release/nyx scan --format sarif --fail-on MEDIUM > nyx-results.sarif || true
|
||||
|
||||
- name: Upload SARIF results
|
||||
if: always()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue