Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,15 @@ jobs:
with:
name: build-output
path: build/dist/**/*


- name: Fortify Security Scan
uses: fortify/github-action@v2
with:
fod_url: https://ams.fortify.com
fod_tenant: FranklinBank24
fod_pat: ${{ secrets.FOD_PAT }}
scan_types: '{"sca":true,"sast":false,"dast":false,"security_gateway":false}'

outputs:
do_release: ${{ env.DO_RELEASE }}
do_prod_release: ${{ env.DO_PROD_RELEASE }}
Expand Down Expand Up @@ -460,5 +468,4 @@ jobs:
git config user.email github-actions@fortify.com
git add .
git commit -m "Update documentation for ${{ needs.build.outputs.release_tag }}"
git push

git push
Loading