Skip to content

Conversation

@abhiyerra
Copy link
Member

Closes # .

Code Checklist

Ensure the following tasks are completed.

  • Is dependencies added with poetry add?
  • Is the README.md updated?
  • Are tests included?
    • Are the tests running?
  • Are the names of the files correct?
  • Add PR/Issue to opsZero Project and set to Review column

Reviewer Checklist

Business Checklist

  • Is the marketing landing page updated?
  • Is the sales proposal updated?
  • Is the documentation updated

@abhiyerra abhiyerra merged commit 88471af into main Mar 20, 2024
@abhiyerra abhiyerra deleted the add-initial branch March 20, 2024 21:00
Comment on lines +1 to +8
resource "aws_ecr_repository" "this" {
name = var.name
image_tag_mutability = "IMMUTABLE"

image_scanning_configuration {
scan_on_push = true
}
}

Check notice

Code scanning / defsec

ECR Repository should use customer managed keys to allow more control

Repository is not encrypted using KMS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants