Skip to content

Commit

Permalink
feat(sast): sast enabled from integration (#5780)
Browse files Browse the repository at this point in the history
sast enabled from platform
  • Loading branch information
achiar99 authored Dec 4, 2023
1 parent bbf6af9 commit 8c06eda
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def pre_scan(self) -> None:
self.open_source_only = False
# the API will return True for all modules if they are on resource mode, so we don't actually need the billing plan explicitly here
self.enabled_modules = [CustomerSubscription(m) for m, e in license_details.get(MODULES_KEY).items() if e]
self.enabled_modules.append(CustomerSubscription.SAST) # TODO: Remove after we have a SAST module

def is_runner_valid(self, runner_check_type: str) -> bool:
logging.debug(f'Checking if {runner_check_type} is valid for license')
Expand Down

0 comments on commit 8c06eda

Please sign in to comment.