Skip to content

Commit df5a5cd

Browse files
build(deps): Bump blackduck-inc/black-duck-security-scan from 2.5.0 to 2.6.0 (#1377)
Bumps [blackduck-inc/black-duck-security-scan](https://github.com/blackduck-inc/black-duck-security-scan) from 2.5.0 to 2.6.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/851e014558e2946529674bffec5539f24968bc25"><code>851e014</code></a> Merge pull request <a href="https://redirect.github.com/blackduck-inc/black-duck-security-scan/issues/122">#122</a> from blackduck-inc/action_version_update_2.6.0</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/4e41d1d5f0d23c658c36d648ffc55bdbc9450133"><code>4e41d1d</code></a> upgrade action version to 2.6.0 [skip ci]</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/8c0cc54ab11997e6bad7d947deb48fea10ffbdd7"><code>8c0cc54</code></a> Merge pull request <a href="https://redirect.github.com/blackduck-inc/black-duck-security-scan/issues/119">#119</a> from blackduck-inc/support-proxy</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/980c840ad1517111f92cab839817721186d6e8b2"><code>980c840</code></a> Improve proxy configuration handling and add NO_PROXY pattern matching</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/e7832ab196ca2e6fac8e8d466578d033b3c0ec22"><code>e7832ab</code></a> Add support for creating HTTPS agents with SSL and proxy configurations</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/ca20fb65c843c941a8ddd7458de028fcd4ee5477"><code>ca20fb6</code></a> Add unit tests for proxy configuration utility functions</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/6fe8d4841d5d664371fdfcd0420370ce61dc99e2"><code>6fe8d48</code></a> Refactor HTTPS agent creation to accept target URL for proxy configuration an...</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/38c49999a983ddf3c02482bd81b6e8e668c82f0b"><code>38c4999</code></a> Enhance HTTPS agent creation to support proxy configurations and improve debu...</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/a21f3eb5d6d5b32882b37eb20ed8abe7032cfb95"><code>a21f3eb</code></a> Add support for HTTPS proxy configuration in SSL agent creation</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/2204700a656303bddf723a122ac38cac7554b943"><code>2204700</code></a> Merge pull request <a href="https://redirect.github.com/blackduck-inc/black-duck-security-scan/issues/118">#118</a> from blackduck-inc/SIGINT-3993-updated</li> <li>Additional commits viewable in <a href="https://github.com/blackduck-inc/black-duck-security-scan/compare/v2.5.0...v2.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=blackduck-inc/black-duck-security-scan&package-manager=github_actions&previous-version=2.5.0&new-version=2.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e08798d commit df5a5cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blackduck.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Black Duck Full Scan
6868
if: ${{ github.event_name != 'pull_request' }}
69-
uses: blackduck-inc/black-duck-security-scan@v2.5.0
69+
uses: blackduck-inc/black-duck-security-scan@v2.6.0
7070
with:
7171
blackducksca_url: ${{ secrets.BLACKDUCK_URL }}
7272
blackducksca_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Black Duck PR Scan
7878
if: ${{ github.event_name == 'pull_request' }}
79-
uses: blackduck-inc/black-duck-security-scan@v2.5.0
79+
uses: blackduck-inc/black-duck-security-scan@v2.6.0
8080
env:
8181
DETECT_PROJECT_VERSION_NAME: ${{ github.base_ref }}
8282
with:

0 commit comments

Comments
 (0)