digitalservicebund/git add a report if it has changed
The files are only added if there is no 'latest.<fileExtension>' file (or 'latest' dir) or if it has changed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filePath | The path to the report file or dir | yes | — |
| destinationDir | The destination directory for the report type. Every report has to be in its own directory | yes | — |
| keepAllVersions | Whether to keep timestamped version if set to true. Otherwise only the latest version will be saved and overwritten. | no | true |
| reportIsDirectory | Set to true if the report is not a file but a directory | no | false |
| BUCKET_ACCESS_KEY_ID | Access Key for the reports S3 Bucket | yes | — |
| BUCKET_SECRET_ACCESS_KEY | Secret Access Key for the reports S3 Bucket | yes | — |
| BUCKET_ENDPOINT_URL | Endpoint url for the reports S3 Bucket | no | https://object.storage.eu01.onstackit.cloud/ |
| BUCKET_REGION | Region for the reports S3 Bucket | no | eu01 |
| BUCKET_NAME | Name of the reports S3 Bucket | no | ds-ris-reports-prod |
Outputs
no outputs