Skip to content

Commit

Permalink
Update fortify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gendry-gh authored Nov 7, 2023
1 parent 9e6948b commit 64ffa39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/fortify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:
- name: Run ScanCentral SAST Scan
uses: fortify/github-action@v1
with:
sast-scan: false
sast-scan: true
env:
SSC_URL: ${{vars.FTFY_SSC_BASE_URL}}
SSC_TOKEN: ${{secrets.FTFY_CI_TOKEN_DEC}}
#SSC_TOKEN: ${{secrets.FTFY_CI_TOKEN_DEC}}
SSC_USER: ${{secrets.FTFY_CI_USERNAME}}
SSC_PASSWORD: ${{secrets.FTFY_CI_PASSWORD}}
SC_SAST_TOKEN : ${{secrets.FTFY_SAST_CLIENT_TOKEN}}
SC_SAST_SENSOR_VERSION: 23.1
# EXTRA_SC_SAST_LOGIN_OPTS: --socket-timeout=60s
Expand Down

0 comments on commit 64ffa39

Please sign in to comment.