Skip to content

Commit 8739e24

Browse files
Merge pull request #9 from blackduck-inc/SIGINT-2310
SIGINT-2310: CICD setup for new extension repo update changes needed …
2 parents 661d59c + f775f80 commit 8739e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ unit_test_and_coverage_job:
5252
before_script:
5353
- export EXT_VERSION=$(cat vss-extension.json | grep version | head -1 | awk -F= "{ print $2 }" | sed 's/[version:,\",]//g' | tr -d '[[:space:]]')
5454
- export ARTIFACTORY_UPLOAD_REPO=1
55-
- export SBOM_ART_TOKEN_VAULT_PATH=sbom/integrations/github-actions
55+
- export SBOM_ART_TOKEN_VAULT_PATH=sbom/integrations/blackduck-security-extension
5656
- export PRODUCT=Integrations
5757
- export GENERATE_CONFIGURATION_FILE=1
5858
- export PRODUCT_ADDON_SBOM_OPTIONS="--output-zipfile blackduck-security-extension-$EXT_VERSION.zip --debug"

0 commit comments

Comments
 (0)