Skip to content

Commit

Permalink
Fixed build_steps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Jan 30, 2025
1 parent 0e6ddb2 commit e8d0b4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flavors/standard-EXASOL-all/flavor_base/build_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ def requires_tasks(self):
def get_path_in_flavor(self):
return "flavor_base"

def get_language_definition(self) -> str:
return "language_definitions.json"



class SecurityScan(DockerFlavorAnalyzeImageTask):
Expand Down

0 comments on commit e8d0b4e

Please sign in to comment.