| # 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 |
| } |
| } |
| } |