We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76191f8 commit 4b34c54Copy full SHA for 4b34c54
.github/workflows/fortify.yml
@@ -16,7 +16,7 @@ name: Fortify AST Scan
16
on:
17
workflow_dispatch:
18
pull_request:
19
- branches: [ "gha-v1_3-update" ]
+ branches: [ "main" ]
20
push:
21
branches: [ "main" ]
22
@@ -28,6 +28,7 @@ jobs:
28
contents: read
29
security-events: write
30
pull-requests: write
31
+
32
steps:
33
# Check out source code
34
- name: Check Out Source Code
@@ -53,7 +54,7 @@ jobs:
53
54
FOD_PASSWORD: ${{secrets.FOD_PAT}}
55
DO_EXPORT: true
56
DO_SETUP: true
57
+ SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}"
58
DO_JOB_SUMMARY: true
59
DO_PR_COMMENT: true
60
#DO_POLICY_CHECK: true
- #SETUP_EXTRA_OPTS: --copy-from "${{ github.repository }}:${{ github.event.repository.default_branch }}"
0 commit comments