Paul Horton
Paul Horton
Thanks @bollwyvl - as ever, super insightful info and feedback. I'll ponder the two key points and see if there are any options we can employ to help.
On the point about generating an SBOM for it's own environment, can you share a little more, or can we consider #66 closed?
Hi @DavidGietka-NOAA - thanks for taking the time to report and issue with `jake`! To provide a little more context, are you able to share the output of your specific...
Same as #128...?
@DavidGietka-NOAA - just want to be clear on the command you are running... `jake==2.1.1` does not support ingestion from CONDA (either file or piping). `jake < 3.0.0` only supports reading...
As an aside, the original error you report will be due to a package that is installed in your current Python environment (which I'd been keen to track down as...
Hi @DavidGietka-NOAA - sorry - that has helped less :-( The error you have seen in your last message is super weird - `NameError: name 'a' is not defined` as...
Here's what I did using the [Helm Chart](https://github.com/minicloudlabs/helm-charts/tree/main/charts/gatus) via Terraform (anonymised). **First**, in my `values.yaml` I add a bunch of configuration: - Enable service account creation for `gatus`: ``` serviceAccount:...
@jkowalleck - `.cryptoProperties.assetType` is optional currently in XSD - see [here](https://github.com/CycloneDX/specification/blob/f34a8320f33f9a653cb0f13e31e8561a0ede03f7/schema/bom-1.6.xsd#L6179): `` Which leaves the entirety of `.cryptoProperties` optional, which seems incorrect to me.
@jkowalleck - `.cryptoProperties.protocolProperties.version` has no type in the XSD [here](https://github.com/CycloneDX/specification/blob/f34a8320f33f9a653cb0f13e31e8561a0ede03f7/schema/bom-1.6.xsd#L7180), but is defined as a String under the JSON schema: ` `