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 36d288f commit d8d4d4fCopy full SHA for d8d4d4f
.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.1.1
+ uses: blackduck-inc/black-duck-security-scan@v2.2.0
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