Add support to transform reports with custom scripts before upload to DD #514
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Hadolint | |
| on: # yamllint disable-line rule:truthy | |
| push: | |
| branches: [main] | |
| paths: | |
| - 'Dockerfile' | |
| pull_request: | |
| branches: [main] | |
| paths: | |
| - 'Dockerfile' | |
| jobs: | |
| hadolint: | |
| runs-on: ubuntu-latest | |
| name: Hadolint-your-PR | |
| steps: | |
| - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 | |
| - uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0 |