Open prabhu opened 3 years ago
https://github.com/ShiftLeftSecurity/sast-scan/blob/master/lib/config.py#L1594
It is possibly expecting SAST_SCAN_SRC_DIR to be set which could default to "."
SAST_SCAN_SRC_DIR
I think we should revisit this style of overriding config and see if there is a better approach out there.
https://github.com/ShiftLeftSecurity/sast-scan/blob/master/lib/config.py#L1594
It is possibly expecting
SAST_SCAN_SRC_DIR
to be set which could default to "."