Skip to content
Snippets Groups Projects
Commit 455069d4 authored by Pierre Guinoiseau's avatar Pierre Guinoiseau :green_heart:
Browse files

Merge branch 'revert-c7f2544b' into 'main'

Revert "fix: workaround for broken SAST scanners"

See merge request gitlab-com/gl-infra/common-ci-tasks!893
parents 5ef3d31e 11b889a2
No related branches found
No related tags found
No related merge requests found
Pipeline #24949131 failed
Loading
Loading
@@ -24,14 +24,3 @@ dependency_scanning:
dependency-scanning:
stage: $[[ inputs.stage ]]
needs: []
## HACK HACK HACK
## Temporary Workaround to https://gitlab.com/gitlab-org/gitlab/-/issues/458532
## Remove this once the upstream problem is fixed.
flawfinder-sast:
stage: $[[ inputs.stage ]]
script:
- echo "The flawfinder-sast job was deprecated in GitLab 16.8 and removed in GitLab 17.0"
- echo "For more information see https://gitlab.com/gitlab-org/gitlab/-/issues/425085"
rules:
- when: never
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