decathlon/dblinter
Launch a PG database, execute initial script and launch dblinter
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| flyway-migration | Flyway migration script | no | "" |
| init-script | path where an initial script is. | no | "" |
| report-path | Path to write the sarif report file | yes | dblinter.sarif |
| config-file | Path to the dblinter config file if you want to use a custom one | no | "" |
| dblinter-version | dblinter version | no | latest |
| postgres-version | postgres version to use | no | 17 |
| flyway-version | flyway version to use | no | 10 |
| pr-comment | Display the report in the PR | no | false |
| GITHUB_TOKEN | Github token of the repository (automatically created by Github) to create the PR comment | no | ${{ github.token }} |
| exclude | List of tables to exclude from the analysis | no | "" |
Outputs
| name | description |
|---|---|
| sarif-report | sarif where the report is stored |