File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
run : make build
26
26
27
27
- name : Black Duck Full Scan
28
- uses : blackduck-inc/black-duck-security-scan@v2.0.0
28
+ uses : blackduck-inc/black-duck-security-scan@v2.1.1
29
29
with :
30
30
blackducksca_url : ${{ secrets.BLACKDUCK_URL }}
31
31
blackducksca_token : ${{ secrets.BLACKDUCK_API_TOKEN }}
Original file line number Diff line number Diff line change 30
30
31
31
- name : Black Duck Full Scan
32
32
if : ${{ github.event_name != 'pull_request' }}
33
- uses : blackduck-inc/black-duck-security-scan@v2.0.0
33
+ uses : blackduck-inc/black-duck-security-scan@v2.1.1
34
34
with :
35
35
blackducksca_url : ${{ secrets.BLACKDUCK_URL }}
36
36
blackducksca_token : ${{ secrets.BLACKDUCK_API_TOKEN }}
40
40
41
41
- name : Black Duck PR Scan
42
42
if : ${{ github.event_name == 'pull_request' }}
43
- uses : blackduck-inc/black-duck-security-scan@v2.0.0
43
+ uses : blackduck-inc/black-duck-security-scan@v2.1.1
44
44
env :
45
45
DETECT_PROJECT_VERSION_NAME : ${{ github.base_ref }}
46
46
with :
You can’t perform that action at this time.
0 commit comments