Drew Thompson
Drew Thompson
I have a main project with 2 sub projects. All three of these boms have the same group name version and consequently the same purl. pkg:maven/my-group/[email protected] These should use their...
**What happened**: SBOM is missing principle binary artifact from image https://github.com/envoyproxy/envoy/blob/release/v1.27/ci/Dockerfile-envoy ``` ARG ENVOY_BINARY=envoy ARG ENVOY_BINARY_PREFIX= COPY --from=binary --chown=0:0 --chmod=755 \ "/usr/local/bin/${ENVOY_BINARY_PREFIX}${ENVOY_BINARY}" /usr/local/bin/envoy ``` **What you expected to happen**: ```...
### Current Behavior We customize our default.conf file for ssl termination and various other reasons. 4.9.1 should not attempt to rewrite the file. Our configuration is controlled by puppet and...