Update fortify.yaml

This commit is contained in:
aswin-in-philips 2022-01-07 12:09:26 +05:30 committed by GitHub
parent b25d62f752
commit 4fff2eddea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: Fortify scan
run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\build\ps\Invoke-FortifyScan.ps1
run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\build\ps\Invoke-FortifyScan.ps1