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 99a6f76 commit 1bc3219Copy full SHA for 1bc3219
.github/workflows/blackduck.yaml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Black Duck Full Scan
68
if: ${{ github.event_name != 'pull_request' }}
69
- uses: blackduck-inc/black-duck-security-scan@v2.5.0
+ uses: blackduck-inc/black-duck-security-scan@v2.6.0
70
with:
71
blackducksca_url: ${{ secrets.BLACKDUCK_URL }}
72
blackducksca_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Black Duck PR Scan
78
if: ${{ github.event_name == 'pull_request' }}
79
80
env:
81
DETECT_PROJECT_VERSION_NAME: ${{ github.base_ref }}
82
0 commit comments