Skip to content

Commit

Permalink
Merge pull request #9 from blackduck-inc/SIGINT-2310
Browse files Browse the repository at this point in the history
SIGINT-2310: CICD setup for new extension repo update changes needed …
  • Loading branch information
kiranblackduck authored Oct 15, 2024
2 parents 661d59c + f775f80 commit 8739e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ 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/github-actions
- export SBOM_ART_TOKEN_VAULT_PATH=sbom/integrations/blackduck-security-extension
- export PRODUCT=Integrations
- export GENERATE_CONFIGURATION_FILE=1
- export PRODUCT_ADDON_SBOM_OPTIONS="--output-zipfile blackduck-security-extension-$EXT_VERSION.zip --debug"
Expand Down

0 comments on commit 8739e24

Please sign in to comment.