aa

Artifact Analysis

Dev ToolsGCP
General

General information about the service.

Description

Artifact Analysis provides vulnerability scanning and metadata storage for container images and other artifacts. It automatically scans images pushed to Artifact Registry for known CVEs.

Service ID

containeranalysis.googleapis.com

Resource Pattern

projects/{project}/notes/{note}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

aa-{workload}-{env}

Length

4-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

global

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_container_analysis_note" "main" {
2 name = "aa-${var.workload}-${var.environment}"
3 attestation_authority {
4 hint {
5 human_readable_name = "Attestation Authority"
6 }
7 }
8}
Utilities

Utilities to support app deployment or configuration.