.forgejo/workflows/nyxscanner.yml aktualisiert
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 6m44s
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 6m44s
This commit is contained in:
parent
e04386f838
commit
efd30207e2
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ jobs:
|
||||||
curl -s -X POST \
|
curl -s -X POST \
|
||||||
-H "Authorization: token ${{ github.token }}" \
|
-H "Authorization: token ${{ github.token }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
"https://bitfreedom.net/code/api/v1/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments" \
|
"https://bitfreedom.net/api/v1/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments" \
|
||||||
-d "{\"body\": $(python3 -c 'import json,sys; print(json.dumps(sys.stdin.read()))' <<< "$FINDINGS")}"
|
-d "{\"body\": $(python3 -c 'import json,sys; print(json.dumps(sys.stdin.read()))' <<< "$FINDINGS")}"
|
||||||
|
|
||||||
- name: Fail if HIGH or above findings found
|
- name: Fail if HIGH or above findings found
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue