File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments