Bartosz Kaznowski
Bartosz Kaznowski
**Describe the bug** When running Semgrep against test files (with `--test`), if you provide an invalid rule then Semgrep will exit with status code 0. This means that relying on...
**Is your feature request related to a problem? Please describe.** Dockerfiles don't generally have a file extension or naming convention. Some people will enforce that files end with `Dockerfile`, others...
**Describe the bug** If the Dockerfile contains a command to specify the user and the username starts with an underscore (`_`) then Semgrep fails to parse the file despite it...
**Describe the bug** If a dockerfile contains square brackets (`[`) somewhere in the command then Semgrep fails to parse the file. **To Reproduce** https://semgrep.dev/playground/s/oqrYX **Expected behavior** Semgrep correctly parses the...
### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...
It would be nice to add support for exemplars: https://grafana.com/docs/grafana/latest/fundamentals/exemplars/ Without this feature then it is hard to work with dashboards for metrics with exemplars created by this library. This...