Skip to content

Commit 634e10e

Browse files
committed
Fix pipeline build script
1 parent 827f760 commit 634e10e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/scan.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ entrypointModules="Go files within veracode-auto-pack-scan_health-go.zip"
3434
echo -e "\n${CYAN}SAST Scanning with Veracode (Pipeline)...${NC}"
3535
./scan/veracode static scan $zipFilePath \
3636
--baseline-file sast_baseline.json \
37-
--results-file dist/sast_results.json \
38-
--include "$entrypointModules"
37+
--results-file dist/sast_results.json
3938

4039

4140
echo -e "\n${CYAN}SAST Scanning with Veracode (Policy)...${NC}"

0 commit comments

Comments
 (0)