Update Blackduck.yaml
This commit is contained in:
parent
968cc63655
commit
b25d62f752
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
# This workflow contains a single job called "build"
|
||||
build:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: builder_blr
|
||||
runs-on: [self-hosted, research]
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
|
|
@ -26,4 +26,4 @@ jobs:
|
|||
fetch-depth: 0
|
||||
ref: main
|
||||
- name: blackduck scan
|
||||
run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\Build\PS\Invoke-BlackduckDetect.ps1 -SourcePath ${{ github.workspace }}
|
||||
run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\Build\PS\Invoke-BlackduckDetect.ps1 -SourcePath ${{ github.workspace }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue