Skip to content

dummy - #881

Closed
lisajulia wants to merge 2 commits into
mainfrom
dummy
Closed

dummy#881
lisajulia wants to merge 2 commits into
mainfrom
dummy

Conversation

@lisajulia

@lisajulia lisajulia commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Update Black Duck Scan Mode to FULL in PR Workflow

Chore

🔧 Updated the Black Duck security scan configuration in the PR workflow to use FULL scan mode instead of RAPID with BOM_COMPARE.

Changes

  • .github/workflows/pr.yml: Replaced scan_mode: RAPID and rapid_compare_mode: BOM_COMPARE with scan_mode: FULL for the Black Duck scan step, ensuring comprehensive scanning on pull requests rather than a rapid comparison scan.
  • 🔄 Regenerate and Update Summary
PR Bot Information

Version: 1.29.33

  • Event Trigger: pull_request.opened
  • File Content Strategy: Full file content
  • Summary Prompt: Default Prompt
  • LLM: anthropic--claude-4.6-sonnet
  • Output Template: Default Template
  • Correlation ID: f9261600-9cc1-11f1-89a6-321298d15f4b

@lisajulia
lisajulia requested a review from a team as a code owner August 20, 2026 18:07

@hyperspace-pr-bot hyperspace-pr-bot Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The single change in this PR switches the Black Duck scan mode from RAPID (with BOM_COMPARE) to FULL, dropping the compare-mode setting that prevented pre-existing vulnerabilities from blocking PRs. This will likely increase scan duration and may cause PRs to be blocked by issues unrelated to the changes they introduce.

PR Bot Information

Version: 1.29.33

  • Event Trigger: pull_request.opened
  • Agent Instructions:
  • File Content Strategy: Full file content
  • LLM: anthropic--claude-4.6-sonnet
  • Correlation ID: f9261600-9cc1-11f1-89a6-321298d15f4b

Comment thread .github/workflows/pr.yml
included-modules: cds-feature-attachments,cds-feature-attachments-oss,cds-feature-attachments-fs
scan_mode: RAPID
rapid_compare_mode: BOM_COMPARE # PRs might only be blocked by things they introduce, not by pre-existing issues that could have appeared in the main branch in the meantime
scan_mode: FULL

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best Practices: Switching from RAPID to FULL scan mode on every PR will significantly increase CI runtime and may block PRs for pre-existing issues that were already present on the main branch.

The removed rapid_compare_mode: BOM_COMPARE setting was deliberately chosen so that PRs are only blocked by vulnerabilities they actually introduce, not by pre-existing issues that could have appeared on main in the meantime. With FULL scan mode and no compare mode, every PR will fail if main itself has any open Black Duck findings — even ones the PR author has no control over. This can make it unnecessarily hard to merge otherwise-clean PRs and will increase scan time.

Consider reverting to RAPID + BOM_COMPARE, or if a FULL scan is intentionally required, at least document the rationale and be aware of the impact on PR velocity.


Please provide feedback on the review comment by checking the appropriate box:

  • 🌟 Awesome comment, a human might have missed that.
  • ✅ Helpful comment
  • 🤷 Neutral
  • ❌ This comment is not helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant