Max Fröhlich

Results 36 comments of Max Fröhlich

Ah yeah sorry, I was in a hurry and didn't had the stacktrace at hand when I created the issue

Ok will do, for starters here is the stacktrace ``` Caused by: com.google.common.css.compiler.ast.GssParserException: Parse error in /path/to/style.css at line 1 column 26: @media screen and (color), (max-width: 60em) { ^...

I stumbled upon this problem when I wanted to rename the bootstrap css the `@media screen and (color),(max-width: 60em)` was simplified sample. https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap.css#L6307

Hi, I toyed arround with pre-commit a little bit. It has native support for creating hooks writen in go. It only requires the pre-commit-hook config in the repo. Check the...

@tspearconquest great idea, I updated the pre-commit hooks to run in two modes `trivy-go` and `trivy-docker` @DmitriyLewen does this make sense to you

@tspearconquest you can add such flags via the `args` field when using it ``` hooks: - id: trivyfs-go # or trivy-docker args: - --severity - ... ```

Maybe someone could reach out to @knqyf263 , the PR is open for quite a while now :)

Ok the change to `-1` happens when `Use Docker Compose V2` is enabled