Skip to content

Commit 43d42f2

Browse files
feat(SIGINT-2310): updating build script.
1 parent 495435d commit 43d42f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ stages:
2121
- versioning
2222
- analysis
2323
- sbom
24+
- notification
2425

2526
variables:
2627
BUILD_TOOL: npm
@@ -51,13 +52,12 @@ unit_test_and_coverage_job:
5152
before_script:
5253
- export EXT_VERSION=$(cat vss-extension.json | grep version | head -1 | awk -F= "{ print $2 }" | sed 's/[version:,\",]//g' | tr -d '[[:space:]]')
5354
- export ARTIFACTORY_UPLOAD_REPO=1
54-
- export SBOM_ART_TOKEN_VAULT_PATH=sbom/integrations/blackduck-security-extension
55+
- export SBOM_ART_TOKEN_VAULT_PATH=sbom/integrations/github-actions
5556
- export PRODUCT=Integrations
5657
- export GENERATE_CONFIGURATION_FILE=1
5758
- export PRODUCT_ADDON_SBOM_OPTIONS="--output-zipfile blackduck-security-extension-$EXT_VERSION.zip --debug"
5859
- export GENERATION_OPTIONS="--entry integrations/mirrored-repos/blackduck-security-extension:blackduck-security-extension-$EXT_VERSION"
5960

60-
6161
generate_sbom:
6262
extends:
6363
- .export_sbom_variables

0 commit comments

Comments
 (0)