Skip to content

Commit

Permalink
Update fortify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbthomas authored Nov 21, 2024
1 parent 76191f8 commit 4b34c54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/fortify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Fortify AST Scan
on:
workflow_dispatch:
pull_request:
branches: [ "gha-v1_3-update" ]
branches: [ "main" ]
push:
branches: [ "main" ]

Expand All @@ -28,6 +28,7 @@ jobs:
contents: read
security-events: write
pull-requests: write

steps:
# Check out source code
- name: Check Out Source Code
Expand All @@ -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 }}"

0 comments on commit 4b34c54

Please sign in to comment.