We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6c65a commit 494448aCopy full SHA for 494448a
1 file changed
.github/workflows/nightvision.yml
@@ -20,7 +20,6 @@ on:
20
env:
21
NIGHTVISION_TOKEN: ${{ secrets.NIGHTVISION_TOKEN }}
22
NIGHTVISION_TARGET: javaspringvulny-api
23
- NIGHTVISION_APP: javaspringvulny-api
24
NIGHTVISION_AUTH: javaspringvulny-api
25
26
jobs:
@@ -49,7 +48,7 @@ jobs:
49
48
50
- name: (5) Scan the API
51
run: |
52
- nightvision scan ${NIGHTVISION_TARGET} -a ${NIGHTVISION_APP} --auth ${NIGHTVISION_AUTH} > scan-results.txt
+ nightvision scan ${NIGHTVISION_TARGET} --auth ${NIGHTVISION_AUTH} > scan-results.txt
53
nightvision export sarif -s "$(head -n 1 scan-results.txt)" --swagger-file openapi-spec.yml
54
55
- name: (6) Upload SARIF file to GitHub Security Alerts if vulnerabilities are found
0 commit comments