Skip to content

Commit

Permalink
Update fortify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbthomas authored Sep 30, 2024
1 parent b35f9d0 commit 6ac0c4e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/fortify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <github.repository>:$default-branch

0 comments on commit 6ac0c4e

Please sign in to comment.