From 8a8f60447e6e5e304868b5972bdec98cc5736bba Mon Sep 17 00:00:00 2001 From: Tre Island <45750898+treisland@users.noreply.github.com> Date: Tue, 12 Aug 2025 11:16:09 -0600 Subject: [PATCH 1/2] first scan - don't copy Commented out the copy-from command since this is the first scan --- .github/workflows/fortify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fortify.yml b/.github/workflows/fortify.yml index 2034f10f..0d764118 100644 --- a/.github/workflows/fortify.yml +++ b/.github/workflows/fortify.yml @@ -54,7 +54,7 @@ jobs: FOD_RELEASE: ${{secrets.FOD_RELEASE}} DO_EXPORT: true DO_SETUP: true - SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}" + #SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}" DO_JOB_SUMMARY: true DO_PR_COMMENT: true DO_WAIT: true From 13c466dada2e017470f683bf11abea42a7940c8b Mon Sep 17 00:00:00 2001 From: Tre Island <45750898+treisland@users.noreply.github.com> Date: Tue, 12 Aug 2025 11:21:28 -0600 Subject: [PATCH 2/2] don't setup in FoD Uses existing release, commented out the "DO SETUP" option --- .github/workflows/fortify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fortify.yml b/.github/workflows/fortify.yml index 0d764118..3b41279f 100644 --- a/.github/workflows/fortify.yml +++ b/.github/workflows/fortify.yml @@ -53,7 +53,7 @@ jobs: FOD_CLIENT_SECRET: ${{secrets.FOD_CLIENT_SECRET}} FOD_RELEASE: ${{secrets.FOD_RELEASE}} DO_EXPORT: true - DO_SETUP: true + #DO_SETUP: true #SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}" DO_JOB_SUMMARY: true DO_PR_COMMENT: true