From 6ac0c4e9da37554cc490b733d089535e4fbd301e Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 30 Sep 2024 15:33:25 -0400 Subject: [PATCH] Update fortify.yml --- .github/workflows/fortify.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/fortify.yml b/.github/workflows/fortify.yml index 1b42550..cefe9be 100644 --- a/.github/workflows/fortify.yml +++ b/.github/workflows/fortify.yml @@ -50,11 +50,10 @@ jobs: FOD_TENANT: ${{secrets.FOD_TENANT}} FOD_USER: ${{secrets.FOD_USER}} FOD_PASSWORD: ${{secrets.FOD_PAT}} - #FOD_RELEASE: ${{ secrets.FOD_RELEASE_ID }} EXTRA_PACKAGE_OPTS: -oss - DO_EXPORT: true + #DO_EXPORT: true DO_SETUP: true - DO_JOB_SUMMARY: true - DO_PR_COMMENT: true - DO_POLICY_CHECK: true - SETUP_EXTRA_OPTS: --sdlc-status Development --scan-types sast + #DO_JOB_SUMMARY: true + #DO_PR_COMMENT: true + #DO_POLICY_CHECK: true + SETUP_EXTRA_OPTS: --sdlc-status Development --scan-types sast --copy-from :$default-branch