yagoazedias/Push to Amazon ECR
Create the repository, if it doesn't exist, and push a docker image to Amazon ECR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| ecr_repository | The complete repository name from ECR {BU}/{TEAM}/{PROJECT} (ex. cross/devtools/devtools-scripts). | yes | — |
| tags | Comma-separated string of ECR image tags (ex. latest, 1.0.0). | yes | — |
| x9_container_distro | Distro of the target Docker image, for security scan. Select a Dockerfile prefix from https://github.com/olxbr/X9Containers with a preferred distro and tools (ex. debian.clamav.trivy). | no | distroless.clamav.trivy |
| minimal_severity | Minimal threat detection level, for security scan (ex. CRITICAL / HIGH / MEDIUM / LOW / UNKNOWN). | no | CRITICAL |
| ignore_threats | If true, don't interrupt workflow if has security findings, during security scan. | no | false |
Outputs
| name | description |
|---|---|
| repository_uri | The URI of the ECR registry i.e. aws_account_id.dkr.ecr.region.amazonaws.com. |