File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2424 security :
2525 if : github.repository == 'nutanix-cloud-native/cluster-api-runtime-extensions-nutanix'
2626 runs-on : ubuntu-22.04
27+ permissions :
28+ pull-requests : write
2729 steps :
2830 - name : Checkout
2931 uses : actions/checkout@v4
5961
6062 - name : Black Duck Full Scan
6163 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
6365 with :
6466 blackducksca_url : ${{ secrets.BLACKDUCK_URL }}
6567 blackducksca_token : ${{ secrets.BLACKDUCK_API_TOKEN }}
6971
7072 - name : Black Duck PR Scan
7173 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
7375 env :
7476 DETECT_PROJECT_VERSION_NAME : ${{ github.base_ref }}
7577 with :
You can’t perform that action at this time.
0 commit comments