Skip to content

Commit 4b34c54

Browse files
authored
Update fortify.yml
1 parent 76191f8 commit 4b34c54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/fortify.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Fortify AST Scan
1616
on:
1717
workflow_dispatch:
1818
pull_request:
19-
branches: [ "gha-v1_3-update" ]
19+
branches: [ "main" ]
2020
push:
2121
branches: [ "main" ]
2222

@@ -28,6 +28,7 @@ jobs:
2828
contents: read
2929
security-events: write
3030
pull-requests: write
31+
3132
steps:
3233
# Check out source code
3334
- name: Check Out Source Code
@@ -53,7 +54,7 @@ jobs:
5354
FOD_PASSWORD: ${{secrets.FOD_PAT}}
5455
DO_EXPORT: true
5556
DO_SETUP: true
57+
SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}"
5658
DO_JOB_SUMMARY: true
5759
DO_PR_COMMENT: true
5860
#DO_POLICY_CHECK: true
59-
#SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}"

0 commit comments

Comments
 (0)