Kevin Conner
Kevin Conner
This PR removes the need for the --file1 and --file2 options and uses the remaining command line arguments, this allows a more natural command: `yamldiff file1 file2`
When processing aggregate BOMs it's possible to encounter projects which would cause the resolution of dependencies for a component to differ, for example - during the resolution process, with different...
see #310 for more details > prior to this PR, the dependency tree would only include one of the dependency trees. After this PR is applied, the SBOM will contain...
The current codebase generates SBOMs representing the build time dependency tree, it is also useful to generate an SBOM which represents the tree that would be resolved when the top...
## Description This PR modified the ECR integration so that it obtains authorization tokens from the region hosting the ECR. Current behaviour would be to use the default, resulting in...
…ok, supporting kind image load
## Feature Description Update CEL dependencies and support to match k8s 0.31. - k8s dependencies (apiserver, client-go etc) - CEL extension libraries etc.