step-security/MongoDB in GitHub Actions
Start a MongoDB server (on default port 27017 or a custom port)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mongodb-image | MongoDB image to use (defaults to using "mongo" from Docker Hub but you could also use an image from another repository such as Amazons "public.ecr.aws/docker/library/mongo") | no | mongo |
| mongodb-version | MongoDB version to use (default "latest") | no | latest |
| mongodb-replica-set | MongoDB replica set name (no replica set by default) | no | "" |
| mongodb-port | MongoDB port to use (default 27017) | no | 27017 |
| mongodb-db | MongoDB db to create (default: none) | no | "" |
| mongodb-username | MongoDB root username (default: none) | no | "" |
| mongodb-password | MongoDB root password (default: none) | no | "" |
| mongodb-container-name | MongoDB container name (default: "mongodb") | no | mongodb |
Outputs
no outputs