blob: 6e07c7e52bd8f0af26b8e48f4f1fd61b927ea6a8 [file] [log] [blame]
# proto-file: security/proto/security_scanning_git.proto
# proto-message: SecurityScanningGit
# Default repo_config block that applies to all repos on the cos host.
#
# To overwrite these settings for a specific repo add a repo_config block with
# the repo name and replace all the settings with the new ones. There is no
# config merging therefore all the settings must be specified explicitly in
# every block.
# Following configuration indicates that all the packages are opted-out.
repo_config {
repo_name: "*"
config_rules {
opt_out {
reason: REFERENCE_CODE
comment: "See go/cos-migration-to-metalhead"
bug_id: 203575198
}
}
}