Andreas Boss

Results 8 issues of Andreas Boss

We're using the newest version and tried pattern matching with guards as in the examples: ```scala implicit val numericValidator = validator[ NumericPair ] { pair => pair.numeric match { case...

bug

I'm having two seperate documentation in the same repo and tried to build and publish them to Confluence. The documentation is organized as follow: ``` . └── src └── docs...

Stumbled upon a Bug similar to the one described in #466. In my case, it happens when scanning a Docker Image with a couple of Jar files where one of...

bug
ecosystem:java
needs-validation

## Bug Description I recognized this behavior when sharing CURL-Request. When sending a URL with a trailing '/' or sub path and trailing single quote (`'`), the text appears with...

bug

**What would you like to be added**: We're using Grype together with Syft in our CI Pipeline to scan built images. We also using a suppression file to mitigate problem....

enhancement

As soon as I set the confluence option `subpagesForSections` to `0`, the `publishToConfluence`-Task fails with following error ``` > Task :publishToConfluence FAILED * Where: Script '/home/dtcuser/docToolchain/scripts/publishToConfluence.gradle' line: 69 * What...

The task `wipeConfluenceSpace` introduced in v3.2.1 wipes all pages of a certain space. This is a problem, when a space contains several documents, generated and manually created ones. We use...

**Description** cosign v2 seems to _sign_ a not existing image when using a random sha256 digest: ``` $ cosign-darwin-amd64 sign --output-signature=/dev/stderr --output-certificate=/dev/stdout --key my_cosign.key --tlog-upload=false --upload=false alpine:1.99.99@sha256:$(head /dev/urandom | sha256sum...

bug