Skip to content
Snippets Groups Projects
Commit 62069728 authored by Pierre Guinoiseau's avatar Pierre Guinoiseau 💚
Browse files

fix: revert "fix: workaround for the outdated ds template"

parent dc4ce537
No related branches found
No related tags found
No related merge requests found
Pipeline #24976101 failed
Loading
Loading
@@ -8,17 +8,6 @@ include:
- template: Jobs/Secret-Detection.latest.gitlab-ci.yml
- template: Jobs/Dependency-Scanning.latest.gitlab-ci.yml
 
# TEMPORARY WORKAROUND: ops.gitlab.net does not have the updated Dependency-Scanning.latest.gitlab-ci.yml
# template yet so the "dependency-scanning" job is not extending the intended job leading to
# a "jobs:dependency-scanning config should contain either a trigger or a needs:pipeline" error.
# Once ops.gitlab.net has the updated template, we can copy the contents of
# gitlab-scanners-ds.yml back into this file and remove this include.
- local: internal/gitlab-scanners/ds.yml
rules:
- if: $CI_SERVER_HOST == "gitlab.com"
inputs:
stage: $[[ inputs.stage ]]
sast:
stage: $[[ inputs.stage ]]
needs: []
Loading
Loading
@@ -31,3 +20,7 @@ sast:
dependency_scanning:
stage: $[[ inputs.stage ]]
needs: []
dependency-scanning:
stage: $[[ inputs.stage ]]
needs: []
spec:
inputs:
stage:
---
dependency-scanning:
stage: $[[ inputs.stage ]]
needs: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment