Skip to content

Commit

Permalink
feat(SIGINT-2310): updating build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranblackduck committed Oct 14, 2024
1 parent 495435d commit 43d42f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ stages:
- versioning
- analysis
- sbom
- notification

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


generate_sbom:
extends:
- .export_sbom_variables
Expand Down

0 comments on commit 43d42f2

Please sign in to comment.