Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

# The @googleapis/cicd is the default owner for changes in this repo
* @googleapis/yoshi-java @googleapis/cicd
**/*.java @googleapis/cicd
# The @googleapis/aap-dpes is the default owner for changes in this repo
* @googleapis/yoshi-java @googleapis/aap-dpes
**/*.java @googleapis/aap-dpes

# The java-samples-reviewers team is the default owner for samples changes
samples/**/*.java @googleapis/java-samples-reviewers
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"repo": "googleapis/java-containeranalysis",
"repo_short": "java-containeranalysis",
"distribution_name": "com.google.cloud:google-cloud-containeranalysis",
"codeowner_team": "@googleapis/cicd",
"codeowner_team": "@googleapis/aap-dpes",
"api_id": "containeranalysis.googleapis.com",
"api_description": "is a service that provides vulnerability scanning and metadata storage for software artifacts. The service performs vulnerability scans on built software artifacts, such as the images in Container Registry, then stores the resulting metadata and makes it available for consumption through an API. The metadata may come from several sources, including vulnerability scanning, other Cloud services, and third-party providers.",
"transport": "grpc",
Expand Down