Mark Szabo
Mark Szabo
We are using these policies on our kubernetes cluster, however we often run into the following situation: 1. Create a PR with a change to an app (including the kubernetes...
First of all thank you very much for all the work you put into this project and for the excellent documenation. The setup was very smooth, except a small issue:...
After upgrading to v1 my site that uses the [mkdocs-monorepo-plugin](https://github.com/backstage/mkdocs-monorepo-plugin) plugin no longer builds. Here is the error: ```bash 0.809 INFO - Cleaning site directory 0.810 INFO - Building documentation...
In our usage it sometimes happens that we need to make changes to many/all markdown files at once, e.g. running a formatter, or when the name of an internal product...
**Actual behavior** [Snyk](https://snyk.io/docker/) fails to scan docker images produced by kaniko: ```bash ➜ cat Dockerfile FROM alpine RUN echo 'abc' > /test.txt ➜ /kaniko/executor -f Dockerfile --no-push --destination=outimage --tarPath=out.tar INFO[0000]...