Skip to content

Commit

Permalink
cannot upload web scans to github
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-nightvision committed Feb 26, 2024
1 parent 1390a6c commit 4281a14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nightvision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
nightvision scan -t ${NIGHTVISION_TARGET} -a ${NIGHTVISION_APP} > scan-results.txt
nightvision export sarif -s "$(head -n 1 scan-results.txt)" --swagger-file openapi-spec.yml
- name: (6) Upload SARIF file to GitHub Security Alerts if vulnerabilities are found
uses: github/codeql-action/upload-sarif@v2
if: success()
with:
sarif_file: results.sarif
# - name: (6) Upload SARIF file to GitHub Security Alerts if vulnerabilities are found
# uses: github/codeql-action/upload-sarif@v2
# if: success()
# with:
# sarif_file: results.sarif

0 comments on commit 4281a14

Please sign in to comment.