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

Is Dockerfile support possible? #93

Open
terakilobyte opened this issue May 2, 2022 · 1 comment
Open

Is Dockerfile support possible? #93

terakilobyte opened this issue May 2, 2022 · 1 comment

Comments

@terakilobyte
Copy link
Contributor

Is Dockerfile and git config file support possible? It looks like filetype support is derived from extensions. However, it appears that extensionless files are treated as text, but a Dockerfile and various git configuration files should be treated as a sh file.

@cbush
Copy link
Collaborator

cbush commented May 11, 2022

For most things you can go ahead and use the text format. Bluehawk will likely do what you expect with the standard tags like snippet on commented lines. One thing that will not work though is comments and JSON attribute lists, so replace will not currently work.

We'll think about how to get more control over how these files are treated. Or maybe make a best guess if it finds comments in an attribute list?

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

2 participants