From 4fff2eddea6093d9d8994afd6410858d11d30b00 Mon Sep 17 00:00:00 2001 From: aswin-in-philips <95461541+aswin-in-philips@users.noreply.github.com> Date: Fri, 7 Jan 2022 12:09:26 +0530 Subject: [PATCH] Update fortify.yaml --- .github/workflows/fortify.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fortify.yaml b/.github/workflows/fortify.yaml index 671a5365..63dcea4e 100644 --- a/.github/workflows/fortify.yaml +++ b/.github/workflows/fortify.yaml @@ -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 \ No newline at end of file + run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\build\ps\Invoke-FortifyScan.ps1