We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47090c3 commit f811fd7Copy full SHA for f811fd7
.github/workflows/blackduck.yaml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Black Duck Full Scan
63
if: ${{ github.event_name != 'pull_request' }}
64
- uses: blackduck-inc/black-duck-security-scan@v2.2.0
+ uses: blackduck-inc/black-duck-security-scan@v2.2.1
65
with:
66
blackducksca_url: ${{ secrets.BLACKDUCK_URL }}
67
blackducksca_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Black Duck PR Scan
73
if: ${{ github.event_name == 'pull_request' }}
74
75
env:
76
DETECT_PROJECT_VERSION_NAME: ${{ github.base_ref }}
77
0 commit comments