.forgejo/workflows/nyxscanner.yml hinzugefügt #18
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