Skip to content

Commit fbabd00

Browse files
committed
Streamline docstrings for go and elf steps
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 4cd5128 commit fbabd00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scanpipe/pipelines/deploy_to_develop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@ def map_javascript(self):
193193

194194
@group("Elf")
195195
def map_elf(self):
196-
"""Map DWARF paths using similarities of path suffixes."""
196+
"""Map ELF binaries to their sources."""
197197
d2d.map_elfs(project=self.project, logger=self.log)
198198

199199
@group("Go")
200200
def map_go(self):
201-
"""Map GO file paths using similarities of path suffixes."""
201+
"""Map Go binaries to their sources."""
202202
d2d.map_go_paths(project=self.project, logger=self.log)
203203

204204
def match_directories_to_purldb(self):

0 commit comments

Comments
 (0)