Skip to content

Commit 6716d72

Browse files
authored
Fortify AST Action Updates (#52)
* Update fortify.yml with Fortify AST action v1.3 * Update fortify.yml Specify latest minor version of Fortify action * Update fortify.yml Add setup option for SDLC status * Update fortify.yml Add Policy Check * Update fortify.yml Additional action configuration * Update fortify.yml * Update fortify.yml * Update fortify.yml * Update fortify.yml * Update fortify.yml * Update fortify.yml * Update fortify.yml * Update fortify.yml * Update fortify.yml Test w/o copy state * Update fortify.yml
1 parent b180fa2 commit 6716d72

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/fortify.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
actions: read
2828
contents: read
2929
security-events: write
30-
30+
pull-requests: write
31+
3132
steps:
3233
# Check out source code
3334
- name: Check Out Source Code
@@ -45,11 +46,15 @@ jobs:
4546
uses: fortify/github-action@v1
4647
with:
4748
sast-scan: true
49+
debricked-sca-scan: true
4850
env:
4951
FOD_URL: https://ams.fortify.com
5052
FOD_TENANT: ${{secrets.FOD_TENANT}}
5153
FOD_USER: ${{secrets.FOD_USER}}
5254
FOD_PASSWORD: ${{secrets.FOD_PAT}}
53-
FOD_RELEASE: ${{ secrets.FOD_RELEASE_ID }}
54-
EXTRA_PACKAGE_OPTS: -oss
5555
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

0 commit comments

Comments
 (0)