hadolint / hadolint-action

GitHub action for Hadolint, A Dockerfile linting tool
MIT License
194 stars 52 forks source link

Support -f parameter #18

Closed fglaeser closed 3 years ago

fglaeser commented 3 years ago

Hi I would like to get from the action the report in checkstyle format in order to integrate hadolint with sonarqube, it would be nice to have this option available in the action as a parameter, also the output file name.


steps:
    - uses: brpaz/hadolint-action@v1.2.1
      with:
        dockerfile: Dockerfile
        format: checkstyle | json | etc
        outputPath: report.json

Thanks

lgmorand commented 3 years ago

+1 could not use this action just because of that