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

Dockerfile is a directory #81

Open
apoorva2809 opened this issue Aug 29, 2023 · 0 comments
Open

Dockerfile is a directory #81

apoorva2809 opened this issue Aug 29, 2023 · 0 comments

Comments

@apoorva2809
Copy link

apoorva2809 commented Aug 29, 2023

- name: Run Hadolint on Dockerfiles
      id: hadolint
      uses: hadolint/hadolint-action@v3.1.0
      with:
        dockerfile: Dockerfile
        output-file: hadolintresult.json
        recursive: true
        no-fail: true
        format: json
        

I have some usecases in which Dockerfile is a directory and inside that we have dockerfile , but it fails as soon as it founds Dockerfile name directory instead it should ignore those

Fix for the same https://github.com/hadolint/hadolint-action/pull/82/files

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

No branches or pull requests

1 participant