diff --git a/.github/workflows/fortify.yml b/.github/workflows/fortify.yml index 091d7de2..28c3c129 100644 --- a/.github/workflows/fortify.yml +++ b/.github/workflows/fortify.yml @@ -59,7 +59,7 @@ jobs: FOD_USER: ${{ secrets.FOD_USER }} FOD_PAT: ${{ secrets.FOD_PAT }} FOD_RELEASE_ID: ${{ secrets.FOD_RELEASE_ID }} - FOD_UPLOADER_OPTS: "-ep 2 -pp 0 -I 1" + FOD_UPLOADER_OPTS: "-ep 2 -pp 0 -I 1 -apf" FOD_UPLOADER_NOTES: 'Triggered by GitHub Actions (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})' # Once scan completes, pull SAST issues from Fortify on Demand and generate SARIF output.