.forgejo/workflows/nyxscanner.yml hinzugefügt #18

Merged
alpha-nerd merged 13 commits from nyx into main 2026-05-13 10:12:41 +02:00
Showing only changes of commit efd30207e2 - Show all commits

View file

@ -74,7 +74,7 @@ jobs:
curl -s -X POST \
-H "Authorization: token ${{ github.token }}" \
-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")}"
- name: Fail if HIGH or above findings found