templates/gitlab-ci.yml.erb in bankai-0.10.0 vs templates/gitlab-ci.yml.erb in bankai-0.11.0

- old
+ new

@@ -53,13 +53,17 @@ - bundle exec rubocop except: - schedules brakeman: - extends: .common + image: registry.gitlab.com/gitlab-org/security-products/analyzers/brakeman:2 stage: lint + allow_failure: true script: - - bundle exec brakeman + - /analyzer run + artifacts: + reports: + sast: gl-sast-report.json except: - schedules bundler-audit: extends: .common