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 9d9bbe5 commit f389feaCopy full SHA for f389fea
.github/workflows/blackduck.yaml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Black Duck Full Scan
61
if: ${{ github.event_name != 'pull_request' }}
62
- uses: blackduck-inc/black-duck-security-scan@v2.0.0
+ uses: blackduck-inc/black-duck-security-scan@v2.1.0
63
with:
64
blackducksca_url: ${{ secrets.BLACKDUCK_URL }}
65
blackducksca_token: ${{ secrets.BLACKDUCK_API_TOKEN }}
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Black Duck PR Scan
71
if: ${{ github.event_name == 'pull_request' }}
72
73
env:
74
DETECT_PROJECT_VERSION_NAME: ${{ github.base_ref }}
75
0 commit comments