File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 DETECT_CODE_LOCATION_NAME : ${{ github.event.repository.name }}-${{ github.ref_name }}
3737 run : |
3838 curl -fLsS -o bridge.zip ${{ vars.BRIDGECLI_LINUX64 }} && unzip -qo -d ${{ runner.temp }} bridge.zip && rm -f bridge.zip
39- ${{ runner.temp }}/bridge-cli --stage blackducksca \
39+ ${{ runner.temp }}/bridge-cli-bundle-linux64/bridge-cli --stage blackducksca \
4040 blackducksca.scan.full='true' \
4141 blackducksca.scan.failure.severities='BLOCKER' \
4242 blackducksca.fixpr.enabled='true' \
4949 DETECT_CODE_LOCATION_NAME : ${{ github.event.repository.name }}-${{ github.base_ref }}
5050 run : |
5151 curl -fLsS -o bridge.zip ${{ vars.BRIDGECLI_LINUX64 }} && unzip -qo -d ${{ runner.temp }} bridge.zip && rm -f bridge.zip
52- ${{ runner.temp }}/bridge-cli --stage blackducksca \
52+ ${{ runner.temp }}/bridge-cli-bundle-linux64/bridge-cli --stage blackducksca \
5353 blackducksca.scan.full='false' \
5454 blackducksca.automation.prcomment='true' \
5555 github.repository.pull.number=${{ github.event.number }}
You can’t perform that action at this time.
0 commit comments