Skip to content
Snippets Groups Projects
Unverified Commit c7f2544b authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

fix: workaround for broken SAST scanners

parent 6bc2c7af
No related branches found
No related tags found
No related merge requests found
Pipeline #21724730 passed
Loading
Loading
@@ -20,3 +20,14 @@ sast:
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