We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827f760 commit 634e10eCopy full SHA for 634e10e
scripts/scan.sh
@@ -34,8 +34,7 @@ entrypointModules="Go files within veracode-auto-pack-scan_health-go.zip"
34
echo -e "\n${CYAN}SAST Scanning with Veracode (Pipeline)...${NC}"
35
./scan/veracode static scan $zipFilePath \
36
--baseline-file sast_baseline.json \
37
- --results-file dist/sast_results.json \
38
- --include "$entrypointModules"
+ --results-file dist/sast_results.json
39
40
41
echo -e "\n${CYAN}SAST Scanning with Veracode (Policy)...${NC}"
0 commit comments