Skip to content
Snippets Groups Projects
Unverified Commit 11b889a2 authored by Florian Heberl's avatar Florian Heberl
Browse files

Revert "fix: workaround for broken SAST scanners"

This reverts commit c7f2544b.
parent 5ef3d31e
No related branches found
No related tags found
No related merge requests found
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