Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support -f parameter #18

Closed
fglaeser opened this issue Jan 15, 2021 · 1 comment · Fixed by #32
Closed

Support -f parameter #18

fglaeser opened this issue Jan 15, 2021 · 1 comment · Fixed by #32
Assignees

Comments

@fglaeser
Copy link

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/[email protected]
      with:
        dockerfile: Dockerfile
        format: checkstyle | json | etc
        outputPath: report.json

Thanks

@lgmorand
Copy link

lgmorand commented Apr 8, 2021

+1 could not use this action just because of that

m-ildefons added a commit to m-ildefons/hadolint-action that referenced this issue May 8, 2021
- bump Hadolint version to 2.4.0
- change to debian based image
- add common config options
- expand integration tests for new options

fixes: hadolint#5
fixes: hadolint#8
fixes: hadolint#17
fixes: hadolint#18
fixes: hadolint#31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants