Fix blackduck#841
Conversation
There was a problem hiding this comment.
The PR is a minimal and clean fix that removes the now-unused github_token input from the composite action and its callers, and adds a RAPID-mode BlackDuck scan job to the PR workflow. One issue was flagged: the pinned SHA for actions/checkout carries an incorrect # v6 version comment — it should be # v4.
PR Bot Information
Version: 1.21.0
- LLM:
anthropic--claude-4.6-sonnet - Event Trigger:
pull_request.opened - Correlation ID:
9727e100-69ac-446f-85bd-c67c7a897046 - File Content Strategy: Full file content
- Agent Instructions:
27f1354 to
f3865e2
Compare
13fecfd to
de58097
Compare
|
@Schmarvinius: Can you have a look at this? Here, the blackduck scan passes: https://github.com/cap-java/cds-feature-attachments/actions/runs/26522023089/job/78115440499. |
- Add blackduck job to pr.yml using RAPID scan mode so PRs get a fast policy gate without uploading results to the BlackDuck server - Set rapid_compare_mode=BOM_COMPARE so only violations introduced by the PR are flagged, not pre-existing ones from the main branch scan - Add rapid_compare_mode input to scan-with-blackduck action to support configurable compare mode for RAPID scans
b3fc452 to
3c936a1
Compare
Fix BlackDuck CI Configuration and Dependency Updates
🔧 Chore: Cleaned up the BlackDuck scan action by removing unnecessary
github_tokeninput, and updated several dependency versions in the Maven build files.Changes
.github/actions/scan-with-blackduck/action.yml: Removed thegithub_tokeninput parameter and its usage in the BlackDuck Security Scan step. Also fixed indentation in thedetect_argsblock..github/workflows/main.yml: Removed thegithub_tokenreference passed to the BlackDuck scan action.pom.xml: Updatedsoftware.amazon.awssdk-s3-versionfrom2.42.33to2.44.11, bumpedcom.sap.cloud.sdk:sdk-bomfrom5.27.0to5.30.0io.netty:netty-bomversion4.2.14.Finalto the dependency management section.storage-targets/cds-feature-attachments-oss/pom.xml: Updatedazure-storage-blobfrom12.33.3to12.34.0andgoogle-cloud-storagefrom2.66.0to2.68.0.PR Bot Information
Version:
1.21.0e5b1fa3d-8b5d-4d04-aa40-a7fd907e4a7dpull_request.editedanthropic--claude-4.6-sonnet