Skip to content

Push on develop

Push on develop #417

Triggered via dynamic December 30, 2023 10:03
Status Success
Total duration 2m 8s
Artifacts

codeql

on: dynamic
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error
/home/runner/work/Aeolus/Aeolus/cli/generators/cli.py#L68
if self.needs_subshells: self.add_line(indentation=2, line='if [[ "${1}" == "aeolus_sourcing" ]]; then') self.add_line(indentation=4, line="return 0 # just source to use the methods in the subshell, no execution") self.add_line(indentation=2, line="fi") self.add_line(indentation=2, line="local _script_name") - self.add_line(indentation=2, line='_script_name=${BASH_SOURCE[0]:-$0}') + self.add_line(indentation=2, line="_script_name=${BASH_SOURCE[0]:-$0}") if self.has_always_actions(): self.add_line(indentation=2, line="trap final_aeolus_post_action EXIT") for function in self.functions: parameter: str = "" if self.needs_lifecycle_parameter: