diff --git a/.github/workflows/nightvision.yml b/.github/workflows/nightvision.yml index f4359db..e51e242 100644 --- a/.github/workflows/nightvision.yml +++ b/.github/workflows/nightvision.yml @@ -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 \ No newline at end of file + # sarif_file: results.sarif