From f757a512117032f66f9ec258fc6e06396f44d34f Mon Sep 17 00:00:00 2001 From: aswin-in-philips Date: Mon, 4 Apr 2022 14:06:57 +0530 Subject: [PATCH] Removing Fortify Old build --- .github/workflows/fortify.yaml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/fortify.yaml diff --git a/.github/workflows/fortify.yaml b/.github/workflows/fortify.yaml deleted file mode 100644 index d74e31ee..00000000 --- a/.github/workflows/fortify.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: Fortify scan - -# Controls when the action will run. -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: builder_blr - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - - name: checkout - uses: actions/checkout@v2 - - - name: Fortify scan - run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\build\ps\Invoke-FortifyScan.ps1