Patrick Jungermann

Results 69 comments of Patrick Jungermann

Using `"{{host}}/{{owner}}/{{repository}}/{{@root.commit}}/{{hash}}"` as value for `commitUrlFormat` seems even better as it uses the configuration `commit` from the context which defaults to `"commits"` and can be adjusted via the context then.

@nvuillam As far as I got the description above and the code, the issue is that when I have no `.secretlintignore` locally, it will **not** use the default `.secretlintignore` shipped...

We did the same change with the same naming, ignoring `.git/` as well.

related to https://github.com/backstage/backstage/pull/16699

since mkdocs-techdocs-core v1.3, it requires ``` mkdocs>=1.5 ``` This resolves this requirement for a more recent mkdocs version. However, this packahe itself does not yet require mkdocs >= 1.4.0, and...

I have a similar case. No issue: ```dockerfile FROM node:20.11.0-alpine3.18 RUN apk add --no-cache git=2.40.1-r0 && npm install --global [email protected] ``` ```dockerfile FROM node:20.11.0-alpine3.18 RUN apk add --no-cache git=2.40.1-r0 \...

@bdovaz While I already use it as a workaround - and I'm very happy that it exists -, I would prefer this solution here. Of course, `CONFIG_PROPERTIES_TO_APPEND` can be used...