diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d961eae2433..90c6b3029fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -461,4 +461,7 @@ jobs: git add . git commit -m "Update documentation for ${{ needs.build.outputs.release_tag }}" git push - \ No newline at end of file + - name: Start Fortify SAST and DAST Scans + run: | + fcli fod sast start + fcli fod dast start \ No newline at end of file