Skip to content

Commit

Permalink
Update nightvision.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-nightvision authored Feb 26, 2024
1 parent 4281a14 commit ed29a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightvision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: (5) Scan the API
run: |
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
# 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
# sarif_file: results.sarif

0 comments on commit ed29a3d

Please sign in to comment.