From ed29a3d16a6b5686b22908ae65fb2874096a892e Mon Sep 17 00:00:00 2001 From: alex-nightvision <151196931+alex-nightvision@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:52:33 -0500 Subject: [PATCH] Update nightvision.yml --- .github/workflows/nightvision.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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