We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56669de commit 05127c6Copy full SHA for 05127c6
scanpipe/pipelines/deploy_to_develop.py
@@ -66,7 +66,7 @@ def steps(cls):
66
cls.flag_whitespace_files,
67
cls.flag_ignored_resources,
68
cls.load_ecosystem_config,
69
- cls.load_ecosystem_config_ruby,
+ cls.map_ruby,
70
cls.map_about_files,
71
cls.map_checksum,
72
cls.match_archives_to_purldb,
@@ -136,7 +136,7 @@ def load_ecosystem_config(self):
136
d2d_config.load_ecosystem_config(pipeline=self, options=self.selected_groups)
137
138
@optional_step("Ruby")
139
- def load_ecosystem_config_ruby(self):
+ def map_ruby(self):
140
"""Load Ruby specific configurations for d2d steps."""
141
pass
142
0 commit comments