Commit ff750ffa authored by rossfuhrman's avatar rossfuhrman

Bring SAST to Core - brakeman

This change allows customers, regardless of tier, to enable the SAST
vendored template and to start leveraging the brakeman analyzer.
parent c602f701
---
title: Bring SAST to Core - brakeman
merge_request: 34217
author:
type: added
......@@ -80,7 +80,6 @@ brakeman-sast:
- if: $SAST_DISABLED || $SAST_DISABLE_DIND == 'false'
when: never
- if: $CI_COMMIT_BRANCH &&
$GITLAB_FEATURES =~ /\bsast\b/ &&
$SAST_DEFAULT_ANALYZERS =~ /brakeman/
exists:
- 'config/routes.rb'
......
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