From 7bc6afc6235fc84e8e39bcf2b3755a155d19b1df Mon Sep 17 00:00:00 2001 From: Marvin Lindner Date: Thu, 21 May 2026 14:55:52 +0200 Subject: [PATCH] fix --- .github/actions/build/action.yml | 2 +- .github/actions/scan-with-blackduck/action.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 155db70a..9326dcb2 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -29,5 +29,5 @@ runs: shell: bash - name: Maven Build - run: mvn clean install -DskipTests -B -ntp + run: mvn clean install -DskipTests -B -ntp -Dcds.install-node.skip shell: bash diff --git a/.github/actions/scan-with-blackduck/action.yml b/.github/actions/scan-with-blackduck/action.yml index b36c1d65..c8ae0ad2 100644 --- a/.github/actions/scan-with-blackduck/action.yml +++ b/.github/actions/scan-with-blackduck/action.yml @@ -62,7 +62,7 @@ runs: detect_args: > --detect.project.name=com.sap.cds.feature.attachments --detect.project.version.name=${{ steps.resolve-version.outputs.VERSION }} - --detect.project.group.name=CDSJAVA-OPEN-SOURCE + --detect.project.user.groups=CDSJAVA-OPEN-SOURCE --detect.included.detector.types=MAVEN --detect.excluded.directories=**/*test*,**/samples/** --detect.maven.included.modules=cds-feature-attachments,cds-feature-attachments-oss,cds-feature-attachments-fs @@ -70,6 +70,8 @@ runs: --detect.tools=DETECTOR,BINARY_SCAN --detect.timeout=6000 --detect.risk.report.pdf=false + --detect.policy.check.fail.on.severities=NONE + --detect.force.success.on.skip=true --blackduck.signature.scanner.memory=4096 --blackduck.trust.cert=true --logging.level.detect=INFO