From 4b34c54ca94e539c20191e0977568e3b879c93e1 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 21 Nov 2024 15:23:33 -0500 Subject: [PATCH] Update fortify.yml --- .github/workflows/fortify.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fortify.yml b/.github/workflows/fortify.yml index 337c2ed..92f83fe 100644 --- a/.github/workflows/fortify.yml +++ b/.github/workflows/fortify.yml @@ -16,7 +16,7 @@ name: Fortify AST Scan on: workflow_dispatch: pull_request: - branches: [ "gha-v1_3-update" ] + branches: [ "main" ] push: branches: [ "main" ] @@ -28,6 +28,7 @@ jobs: contents: read security-events: write pull-requests: write + steps: # Check out source code - name: Check Out Source Code @@ -53,7 +54,7 @@ jobs: FOD_PASSWORD: ${{secrets.FOD_PAT}} DO_EXPORT: true DO_SETUP: true + SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}" DO_JOB_SUMMARY: true DO_PR_COMMENT: true #DO_POLICY_CHECK: true - #SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}"