We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6997b4e commit f96caefCopy full SHA for f96caef
README.md
@@ -29,7 +29,7 @@ pipelines:
29
caches:
30
- node
31
script:
32
- - pipe: docker://ccideas/cyclonedx-npm-pipe:1.5.0
+ - pipe: docker://ccideas/cyclonedx-npm-pipe:1.6.0
33
variables:
34
IGNORE_NPM_ERRORS: 'true' # optional
35
NPM_SHORT_PURLS: 'true' # optional
pipe.yml
@@ -1,5 +1,5 @@
1
name: CycloneDX node/npm sBOM Generator
2
-image: ccideas/cyclonedx-npm-pipe:1.3.0
+image: shiftleftcyber/cyclonedx-npm-pipe:1.6.0
3
category: Security
4
description: Generates a CycloneDX compliant Software Bill of Materials for a node/npm project
5
repository: https://bitbucket.org/ccideas1/cyclonedx-npm-pipe/src/main/
0 commit comments