Commit b1b851ee authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Rename gl-clair-report to gl-sast-image-report

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent c7f2be22
......@@ -10,7 +10,7 @@ module EE
CODEQUALITY_FILE = 'codeclimate.json'.freeze
SAST_FILE = 'gl-sast-report.json'.freeze
PERFORMANCE_FILE = 'performance.json'.freeze
CLAIR_FILE = 'gl-clair-report.json'.freeze
CLAIR_FILE = 'gl-sast-image-report.json'.freeze
included do
scope :codequality, ->() { where(name: %w[codequality codeclimate]) }
......
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