Skip to content

Commit 95ef0b5

Browse files
committed
Add pipeline_id to gitlab pipeline
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent f800499 commit 95ef0b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vulnerabilities/pipelines/gitlab_importer.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434

3535

3636
class GitLabImporterPipeline(VulnerableCodeBaseImporterPipeline):
37+
"""Collect advisory from GitLab Advisory Database (Open Source Edition)."""
38+
39+
pipeline_id = "gitlab_importer"
40+
3741
spdx_license_expression = "MIT"
3842
license_url = "https://gitlab.com/gitlab-org/advisories-community/-/blob/main/LICENSE"
3943
importer_name = "GitLab Importer"

0 commit comments

Comments
 (0)