Skip to content

Commit 5386adc

Browse files
committed
Add pipeline_id to github pipeline
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent bcd01d0 commit 5386adc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vulnerabilities/pipelines/github_importer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
class GitHubAPIImporterPipeline(VulnerableCodeBaseImporterPipeline):
3838
"""Collect GitHub advisories."""
3939

40+
pipeline_id = "github_importer"
41+
4042
spdx_license_expression = "CC-BY-4.0"
4143
license_url = "https://github.com/github/advisory-database/blob/main/LICENSE.md"
4244
importer_name = "GHSA Importer"

0 commit comments

Comments
 (0)