.forgejo/workflows/nyxscanner.yml aktualisiert
Some checks failed
NYX Security Scan / nyx-scan (pull_request) Failing after 6m34s
Some checks failed
NYX Security Scan / nyx-scan (pull_request) Failing after 6m34s
This commit is contained in:
parent
e7e93a3daa
commit
7db4e8220f
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue