Skip to content

Commit 5cb81ac

Browse files
feat(SIGINT-2310): updating build script.
1 parent c4b2f6b commit 5cb81ac

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.gitlab-ci.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@ unit_test_and_coverage_job:
5959
before_script:
6060
- export EXT_VERSION=$(cat vss-extension.json | grep version | head -1 | awk -F= "{ print $2 }" | sed 's/[version:,\",]//g' | tr -d '[[:space:]]')
6161
- export ARTIFACTORY_UPLOAD_REPO=1
62-
- export SBOM_ART_TOKEN_VAULT_PATH=sbom/integrations/synopsys-extension-ci-cd
62+
- export SBOM_ART_TOKEN_VAULT_PATH=sbom/integrations/blackduck-security-extension
6363
- export PRODUCT=Integrations
6464
- export GENERATE_CONFIGURATION_FILE=1
65-
- export PRODUCT_ADDON_SBOM_OPTIONS="--output-zipfile synopsys-extension-ci-cd-$EXT_VERSION.zip --debug"
66-
- export GENERATION_OPTIONS="--entry integrations/mirrored-repos/synopsys-extension-ci-cd:synopsys-extension-ci-cd-$EXT_VERSION"
65+
- export PRODUCT_ADDON_SBOM_OPTIONS="--output-zipfile blackduck-security-extension-$EXT_VERSION.zip --debug"
66+
- export GENERATION_OPTIONS="--entry integrations/mirrored-repos/blackduck-security-extension:blackduck-security-extension-$EXT_VERSION"
67+
6768

6869
generate_sbom:
6970
extends:
@@ -73,6 +74,7 @@ generate_sbom:
7374
only:
7475
refs:
7576
- main
77+
- SIGINT-2310
7678

7779
polaris_bridge:
7880
stage: analysis

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ build:
99
echo "Provide the Build command like mvn install / go build / npm "
1010

1111
dependencies:
12-
echo "change directory to synopsys-task"
12+
echo "change directory to blackduck-security-task"
1313
ifdef POP_BLACKDUCK_INPROGRESS
14-
cd synopsys-task
14+
cd blackduck-security-task
1515
endif
1616

1717
image_scan:

vss-extension-dev.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"files": [
3030
{
31-
"path": "synopsys-task"
31+
"path": "blackduck-security-extension"
3232
}
3333
],
3434
"content": {

0 commit comments

Comments
 (0)