Skip to content

0.36.0

Choose a tag to compare

@neilime neilime released this 04 Jun 12:55

Release Summary

parse-ci-reports now supports SARIF report files, and the bundled Super-Linter has been upgraded to slim-v8.6.0.

Documentation for actions and workflows has been refreshed, with the GitHub Verified Creator badge added, and internal Docker linter base images were updated.

Breaking change(s)

Super-Linter now avoids linter conflicts by using Biome and Ruff by default, which may change linting behavior for existing workflows.

Tips:

For DevX, linter Dockerfile should be:

FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.1.0

HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000
ARG GID=1000
USER ${UID}:${GID}

What's Changed

  • docs: add GitHub Verified Creator badge by @neilime in #548
  • docs: update actions and workflows documentation by @hoverkraft-bot[bot] in #550
  • feat!: bump super-linter/super-linter from slim-v8.0.0 to slim-v8.6.0 in the docker-dependencies group across 1 directory by @dependabot[bot] in #540
  • chore: bump hoverkraft-tech/docker-base-images/super-linter from 0.1.0 to 0.6.0 in the docker-dependencies group by @dependabot[bot] in #551
  • feat(parse-ci-reports): add support for Sarif files by @neilime in #552

Full Changelog: 0.35.5...0.36.0