Skip to content

Commit

Permalink
fix typo in aws-ecr-mutable-image-tags rule message (#2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
inkz committed Apr 11, 2023
1 parent 9658b2f commit a30702c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/security/aws-ecr-mutable-image-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rules:
message: >-
The ECR repository allows tag mutability. Image tags could be overwritten
with compromised images. ECR images should be set to IMMUTABLE to prevent code
injection through image mutation. This can be done by setting image_tab_mutability
injection through image mutation. This can be done by setting `image_tag_mutability`
to IMMUTABLE.
languages:
- hcl
Expand Down

0 comments on commit a30702c

Please sign in to comment.