Skip to content

Commit

Permalink
fix: update generate SBOM repo name (#500)
Browse files Browse the repository at this point in the history
Update the public repository name as this will contain the Trivy database.
  • Loading branch information
patheard authored Oct 4, 2024
1 parent 0a088e6 commit adff336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terragrunt/aws/generate_sbom/ecr.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "aws_ecrpublic_repository" "generate_sbom_public" {
provider = aws.us-east-1
repository_name = "${var.product_name}/generate_sbom/trivy"
repository_name = "${var.product_name}/generate_sbom/trivy-db"
tags = {
(var.billing_tag_key) = var.billing_tag_value
Terraform = true
Expand Down

0 comments on commit adff336

Please sign in to comment.