You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "${LPURPLE}Found ${CYAN}one or more${LPURPLE} of: [ ${RED}""${ITEMS_TO_SCAN[*]}""${LPURPLE} ] items in source dir,${NC}${CYAN}running${GREEN}${SCANNER_SCRIPT} ...${NC}"
206
206
207
207
cd${SOURCE_DIR}
208
208
# Invoke the resolved scanner script
209
209
bash -C ${FULL_SCANNER_SCRIPT_PATH}
210
210
else
211
-
echo -e "${LPURPLE}Found one or more of: [ ${RED}""${ITEMS_TO_SCAN[*]}""${LPURPLE} ] items in source dir,${NC}${GREEN}running ${DOCKERFILE_TO_EXECUTE} ...${NC}"
211
+
echo -e "${LPURPLE}Found ${CYAN}one or more${LPURPLE} of: [ ${RED}""${ITEMS_TO_SCAN[*]}""${LPURPLE} ] items in source dir,${NC}${CYAN}running${GREEN}${DOCKERFILE_TO_EXECUTE} ...${NC}"
0 commit comments