.forgejo/workflows/nyxscanner.yml aktualisiert
Some checks failed
NYX Security Scan / nyx-scan (pull_request) Failing after 6m18s
Some checks failed
NYX Security Scan / nyx-scan (pull_request) Failing after 6m18s
This commit is contained in:
parent
8f33944a65
commit
d5831dc358
1 changed files with 2 additions and 2 deletions
|
|
@ -32,11 +32,11 @@ jobs:
|
|||
run: |
|
||||
cd .nyx-src
|
||||
cargo build --release
|
||||
sudo cp target/release/nyx /usr/local/bin/nyx
|
||||
cp target/release/nyx /usr/local/bin/nyx
|
||||
|
||||
- name: Run NYX scan
|
||||
run: |
|
||||
nyx scan --format sarif --fail-on MEDIUM > nyx-results.sarif
|
||||
.nyx-src/target/release/nyx scan --format sarif --fail-on MEDIUM > nyx-results.sarif
|
||||
|
||||
- name: Upload SARIF results
|
||||
if: always()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue