fmaule/Generate build manifest
Generates a build manifest JSON based on refs / package.json
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scm-info | Get information from SCM/GitHub | no | true |
| package-info | Get information from package.json | no | true |
| action-info | Write GitHub action info in the manifest | no | true |
| package-json | package.json path (included package.json name) | no | ./package.json |
| dockerfile | Dockerfile path (included dockerfile name) | no | ./Dockerfile |
| append-dockerfile | Automatically append COPY command in Dockerfile | no | true |
| manifest-file | Manifest filename | no | build-manifest.json |
Outputs
| name | description |
|---|---|
| manifest-content | The content of the generated manifest |