Moritz Heiber

Results 8 issues of Moritz Heiber

Pretty much any modern Linux distribution is using [`pkg-config`](https://www.freedesktop.org/wiki/Software/pkg-config/) these days to share a few common details about the way packages are configured and installed on the host system. The...

I would love this Action to support uploading either a checksum in a single file, for each file or in an aggregated file alongside the other release artifacts. This is...

enhancement

**Describe the bug** With the recent move away from a monolithic S3 bucket resource towards a plethora of resources bucket encryption has gotten its own resource, `aws_s3_bucket_server_side_encryption_configuration`. `tfsec` fails to...

bug
aws

I was pondering on this question since before the 1.1.x releases and the refactored `Platform` and `PlatformCredential` data model. Is it possible right now to write unit tests using the...

enhancement
help wanted

This allows for descriptions to contain markdown. Provides a little more flexibility when describing the content of a post to your audience.

This PR splits the current monolithic `Dockerfile` into two parts, one of which is now executed in a separate pipeline (and repository). ### Why The current `Dockerfile` builds a new...

The `Dockerfile` has a very capable linter called [`hadolint`](https://github.com/hadolint/hadolint) which allows for resolving most of the inconsistencies in writing instructions before they're actually committed. This PR adds `hadolint` as an...

pipeline

`postcss`, `postcss-cli` and `autoprefixer` are globally installed modules. Unfortunately, if the theme has a "local" `postcss.config.js` (e.g. [like the docsy theme](https://github.com/google/docsy/blob/master/postcss.config.js)) `npm` fails to resolve the global module path and...