Commit 2f738cef authored by Fabien Catteau's avatar Fabien Catteau Committed by Rémy Coutable

Update code comments about raw artifacts

Update code comment to indicate that security reports
and license scanning are no longer fetched by the frontend,
though that used to be the case.

See https://gitlab.com/gitlab-org/gitlab/-/issues/235390#note_424818698
parent 26cfa3c1
......@@ -65,11 +65,8 @@ module Ci
cluster_applications: :gzip,
lsif: :zip,
# All these file formats use `raw` as we need to store them uncompressed
# for Frontend to fetch the files and do analysis
# When they will be only used by backend, they can be `gzipped`.
accessibility: :raw,
codequality: :raw,
# Security reports and license scanning reports are raw artifacts
# because they used to be fetched by the frontend, but this is not the case anymore.
sast: :raw,
secret_detection: :raw,
dependency_scanning: :raw,
......@@ -77,6 +74,12 @@ module Ci
dast: :raw,
license_management: :raw,
license_scanning: :raw,
# All these file formats use `raw` as we need to store them uncompressed
# for Frontend to fetch the files and do analysis
# When they will be only used by backend, they can be `gzipped`.
accessibility: :raw,
codequality: :raw,
performance: :raw,
browser_performance: :raw,
load_performance: :raw,
......
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