Skip to content

Commit 8a2f7d7

Browse files
build(deps): Bump blackduck-inc/black-duck-security-scan from 2.2.1 to 2.3.0 (#1199)
Bumps [blackduck-inc/black-duck-security-scan](https://github.com/blackduck-inc/black-duck-security-scan) from 2.2.1 to 2.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/blackduck-inc/black-duck-security-scan/releases">blackduck-inc/black-duck-security-scan's releases</a>.</em></p> <blockquote> <p>Black Duck Security Scan v2.3.0 supports:</p> <ul> <li>Support for Sigma Raid Scan</li> <li>Self signed support for Coverity, BlackDuck SCA and Polaris.</li> <li>Passing custom header info to bridge.</li> <li>Update spacing concerns in bridge output folder names.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/b9956a8a594eaa27586baa0fd82a4836a07404ba"><code>b9956a8</code></a> Release 2.3.0 (<a href="https://redirect.github.com/blackduck-inc/black-duck-security-scan/issues/85">#85</a>)</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/42436f9bf945e33c910154ba1b7cf9ab375f0907"><code>42436f9</code></a> feat: implement singleton HTTP client pattern for improved performance (<a href="https://redirect.github.com/blackduck-inc/black-duck-security-scan/issues/81">#81</a>)</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/11f66b670028a63680e6b72b66cc85e88967d5b4"><code>11f66b6</code></a> chore: Update workflow action tags to latest major versions (<a href="https://redirect.github.com/blackduck-inc/black-duck-security-scan/issues/72">#72</a>)</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/082e976ffb320bcce8f865f370c01f387a85602e"><code>082e976</code></a> chore: clarify error message for missing scan URL in Actions. (<a href="https://redirect.github.com/blackduck-inc/black-duck-security-scan/issues/84">#84</a>)</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/2e9710d9b5d1be7f18327daca31cf200b55f124a"><code>2e9710d</code></a> Merge pull request <a href="https://redirect.github.com/blackduck-inc/black-duck-security-scan/issues/83">#83</a> from blackduck-inc/SIGINT-2901-custom-header</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/07f35d3b4e15e0c46b53c88c6a4456f684ac394d"><code>07f35d3</code></a> Updated test cases</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/2ed15bdce774f3ce2a2a6011fafb6c67c4cc5790"><code>2ed15bd</code></a> Updated Test case</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/d502548fd5c9d70990fa5619edd2b52986f7e260"><code>d502548</code></a> Updated test case</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/10c54400937ae781887243fecda9eae98ba509e3"><code>10c5440</code></a> Updated review comments</li> <li><a href="https://github.com/blackduck-inc/black-duck-security-scan/commit/a90b32937ec5d5c2f405c2b6aee0ba05f63002ed"><code>a90b329</code></a> Moved methods to util file</li> <li>Additional commits viewable in <a href="https://github.com/blackduck-inc/black-duck-security-scan/compare/v2.2.1...v2.3.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.2.1&new-version=2.3.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 4380f2d commit 8a2f7d7

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
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Black Duck Full Scan
6363
if: ${{ github.event_name != 'pull_request' }}
64-
uses: blackduck-inc/black-duck-security-scan@v2.2.1
64+
uses: blackduck-inc/black-duck-security-scan@v2.3.0
6565
with:
6666
blackducksca_url: ${{ secrets.BLACKDUCK_URL }}
6767
blackducksca_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Black Duck PR Scan
7373
if: ${{ github.event_name == 'pull_request' }}
74-
uses: blackduck-inc/black-duck-security-scan@v2.2.1
74+
uses: blackduck-inc/black-duck-security-scan@v2.3.0
7575
env:
7676
DETECT_PROJECT_VERSION_NAME: ${{ github.base_ref }}
7777
with:

0 commit comments

Comments
 (0)