File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 24
24
security :
25
25
if : github.repository == 'nutanix-cloud-native/cluster-api-runtime-extensions-nutanix'
26
26
runs-on : ubuntu-22.04
27
+ permissions :
28
+ pull-requests : write
27
29
steps :
28
30
- name : Checkout
29
31
uses : actions/checkout@v4
59
61
60
62
- name : Black Duck Full Scan
61
63
if : ${{ github.event_name != 'pull_request' }}
62
- uses : blackduck-inc/black-duck-security-scan@v2.0 .0
64
+ uses : blackduck-inc/black-duck-security-scan@v2.1 .0
63
65
with :
64
66
blackducksca_url : ${{ secrets.BLACKDUCK_URL }}
65
67
blackducksca_token : ${{ secrets.BLACKDUCK_API_TOKEN }}
69
71
70
72
- name : Black Duck PR Scan
71
73
if : ${{ github.event_name == 'pull_request' }}
72
- uses : blackduck-inc/black-duck-security-scan@v2.0 .0
74
+ uses : blackduck-inc/black-duck-security-scan@v2.1 .0
73
75
env :
74
76
DETECT_PROJECT_VERSION_NAME : ${{ github.base_ref }}
75
77
with :
You can’t perform that action at this time.
0 commit comments