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