Kubernetes support #1449
prabhushan
started this conversation in
General
Replies: 1 comment
-
Appears like a devops question. We have a lot of kubernetes users, so the issue is not the runtime. Can you check the command line arguments to see if you are passing the directory name correctly? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible to deploy CDXGEN docker to Kubernetes? I get the below error when I try it
nvalid purl: "name" is a required field.
at /opt/cdxgen/node_modules/.pnpm/[email protected]/node_modules/packageurl-js/src/package-url.js:43:15
at Array.forEach ()
at new PackageURL (/opt/cdxgen/node_modules/.pnpm/[email protected]/node_modules/packageurl-js/src/package-url.js:41:27)
at createDefaultParentComponent (file:///opt/cdxgen/lib/cli/index.js:249:17)
at createPythonBom (file:///opt/cdxgen/lib/cli/index.js:2706:25)
at createMultiXBom (file:///opt/cdxgen/lib/cli/index.js:5658:23)
at async createBom (file:///opt/cdxgen/lib/cli/index.js:6559:16)
at async file:///opt/cdxgen/bin/cdxgen.js:508:20
Beta Was this translation helpful? Give feedback.
All reactions