epsylabs/Create AWS ECR Repository
Create AWS ECR Repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Name of your ECR repository | yes | — |
| region | The AWS region | no | us-east-1 |
| image_tag_mutability | The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten. | no | IMMUTABLE |
| repo_policy | Set reposiotry policy | no | "" |
| scan_on_push | Set this to True if you want AWS to scan your images for vulnerabilities on push | no | false |
Outputs
| name | description |
|---|---|
| repositry | ECR Repository |