Black Duck Security: Automatic pull request to commit blackducksca-workflow.yml#443
Closed
black-duck-security[bot] wants to merge 1 commit into
Closed
Conversation
black-duck-security
Bot
requested review from
LinjingZhang,
ederjc and
jaenrig-ifx
as code owners
July 9, 2026 09:18
Comment on lines
+22
to
+49
| runs-on: self-hosted | ||
| steps: | ||
| - name: Checkout Source | ||
| uses: actions/checkout@v4 | ||
| - name: Black Duck Security Scan | ||
| id: black-duck-security-scan | ||
| uses: blackduck-inc/black-duck-security-scan@v2 | ||
|
|
||
| env: | ||
| BRIDGE_DETECT_DOWNLOAD_URL: https://artifactory.intra.infineon.com/artifactory/gen-repo-blackduck-com/bds-integrations-release/com/blackduck/integration/detect/10.7.0/detect-10.7.0.jar | ||
| DETECT_BLACKDUCK_SIGNATURE_SCANNER_SNIPPET_MATCHING: SNIPPET_MATCHING | ||
| DETECT_ACCURACY_REQUIRED: ALL | ||
| DETECT_PROJECT_VERSION_NAME: comprehensive_snippet_include_offchip | ||
| DETECT_PROJECT_TAGS: github | ||
|
|
||
| with: | ||
| blackducksca_url: ${{ vars.BLACKDUCK_EXT_URL }} | ||
| blackducksca_token: ${{ secrets.BD_EXT_RW_TOKEN }} | ||
|
|
||
| bridgecli_download_url: https://artifactory.intra.infineon.com/artifactory/gen-repo-blackduck-com/bds-integrations-release/com/blackduck/integration/bridge/binaries/bridge-cli-bundle/latest/bridge-cli-bundle-linux64.zip | ||
|
|
||
| blackducksca_waitForScan: true | ||
| mark_build_status: failure | ||
| include_diagnostics: false | ||
| blackducksca_prComment_enabled: false | ||
| blackducksca_fixpr_enabled: false | ||
| blackducksca_reports_sarif_create: false | ||
| blackducksca_upload_sarif_report: false No newline at end of file |
swarnim2510
marked this pull request as draft
July 10, 2026 11:40
|
Raised from test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a workflow file for Black Duck integration.