Skip to content

Commit 766902c

Browse files
author
Cosimo Commisso
committed
bump version to 3.0.0
1 parent 019cd43 commit 766902c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pipelines:
3939
caches:
4040
- node
4141
script:
42-
- pipe: docker://ccideas/cyclonedx-npm-pipe:2.0.0
42+
- pipe: docker://ccideas/cyclonedx-npm-pipe:3.0.0
4343
variables:
4444
IGNORE_NPM_ERRORS: 'true' # optional
4545
NPM_SHORT_PURLS: 'true' # optional

pipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CycloneDX node/npm sBOM Generator
2-
image: shiftleftcyber/cyclonedx-npm-pipe:2.0.0
2+
image: shiftleftcyber/cyclonedx-npm-pipe:3.0.0
33
category: Security
44
description: Generates a CycloneDX compliant Software Bill of Materials for a node/npm project
55
repository: https://bitbucket.org/ccideas1/cyclonedx-npm-pipe/src/main/

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.host.url=https://sonarcloud.io
22
sonar.orginization=ccideas
33
sonar.projectKey=ccideas1_cyclonedx-npm-pipe
4-
sonar.projectVersion=v2.0.0
4+
sonar.projectVersion=v3.0.0
55

66
sonar.sources=.

0 commit comments

Comments
 (0)