patrikbeno

Results 8 issues of patrikbeno

Supports ad hoc binary application layouts: CI saves CycloneDX SBOM JSON in docker image or application deployment/installation folder. During image/directory scanning, Syft does not need to rely on specific layouts...

blocked

…in ESv8+ **What issue does this PR address?** #375 **Does this PR introduce a breaking change?** Technically, yes, but since _type is unsupported in ESv8+, then NO. You can't break...

### Describe the bug `flux reconcile hr --with-source` causes 2 helm upgrades. Proof is in the `helm history`. For simple deployments, this may be just an annoyance because the 2nd...

Experimenting with - multiple levels of subcharts - aliased dependencies: same subchart included multiple times with different alias Findings: - same subchart, multiple aliases work OK - unless such subchart...

bug
good first issue
unconfirmed

Having explicitly configured empty list of repositories is a valid situation that should not make `helm repo update` fail. But it does: repositories.yaml: ``` repositories: [] ``` test: ``` $...

proposal
Stale

Compare deployed helm release with actual live/runtime manifests, and report changes (drift). This is a missing feature at the moment (v3.8.1), helm-diff only works with releases/revisions. I guess this task...

Error parsing `{ foo: &foo bar }` ``` var scanner = new Scanner(new StringReader("{ foo: &foo bar }")); var parser = new Parser(scanner); while (parser.MoveNext()) {} ``` ``` YamlDotNet.Core.SemanticErrorException :...

Dockerfile: ``` FROM alpine WORKDIR /work ADD ./ ./ RUN find ``` .dockerignore ``` * !/*/target/*.jar ``` this should effectively ignore .git folder and it does: ``` docker run -it...

area/dockerfile
status/needs-attention