Skip to content

Commit

Permalink
Update FortifyOnDemandNewScan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh-kumar77 authored Jan 11, 2024
1 parent 8387321 commit 927e193
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/FortifyOnDemandNewScan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
uses: fortify/github-action/fod-sast-scan@v1
env:
FOD_URL: "https://emea.fortify.com/"
FOD_TENANT: ${{secrets.FOD_TENANT}}
FOD_USER: ${{secrets.FOD_USER}}
FOD_PASSWORD: ${{secrets.FOD_PAT}}
FOD_RELEASE: "Sample_WebGoat_Java:16.0"
FOD_TENANT: ${{secrets.FOD_TENANT_DEMO}}
FOD_USER: ${{secrets.FOD_USER_DEMO}}
FOD_PASSWORD: ${{secrets.FOD_PAT_DEMO}}
FOD_RELEASE: "Sample_WebGoat_Java:1.0"
EXTRA_PACKAGE_OPTS: "-bt mvn -oss"

# EXTRA_FOD_LOGIN_OPTS: --socket-timeout=60s
Expand Down

0 comments on commit 927e193

Please sign in to comment.