Commit fdf24df1 authored by Olivier Gonzalez's avatar Olivier Gonzalez

Add missing routing helper for Dependency Scanning artifact

parent a2218428
...@@ -33,5 +33,11 @@ module EE ...@@ -33,5 +33,11 @@ module EE
pipeline.sast_artifact, pipeline.sast_artifact,
path: Ci::Build::SAST_FILE) path: Ci::Build::SAST_FILE)
end end
def dependency_scanning_artifact_url(pipeline)
raw_project_build_artifacts_url(pipeline.project,
pipeline.dependency_scanning_artifact,
path: Ci::Build::DEPENDENCY_SCANNING_FILE)
end
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment