Skip to content

Commit 9f0752a

Browse files
committed
update project name for sca
1 parent 58f3fe1 commit 9f0752a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
echo "node_version=${NODE_VERSION:-21}" >> $GITHUB_OUTPUT
113113
114114
# Project configuration for SCA Scan
115-
echo "project_name=${PROJECT_NAME:-${{ github.event.repository.name }}}" >> $GITHUB_OUTPUT
115+
echo "project_name=${PROJECT_NAME:-${{ github.event.repository }}}" >> $GITHUB_OUTPUT
116116
echo "project_version=${PROJECT_VERSION:-${{ github.ref_name }}}" >> $GITHUB_OUTPUT
117117
echo "dependency_track_host=${DEPENDENCY_TRACK_HOST:-api-dt.seliseblocks.com}" >> $GITHUB_OUTPUT
118118
echo "dependency_track_frontend_url=${DEPENDENCY_TRACK_FRONTEND_URL:-sca.seliseblocks.com}" >> $GITHUB_OUTPUT

.github/workflows/sca-scan-js.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ jobs:
319319
cdxgen \
320320
-o ${{ inputs.SBOM_FILENAME }} \
321321
-t js \
322-
--spec-version 1.5 \
323322
--include-crypto \
324323
--deep \
325324
$FORMULATION_FLAG \

0 commit comments

Comments
 (0)