diff --git a/code-scanning/fortify.yml b/code-scanning/fortify.yml index 30598956f8..ac0cc3a22b 100644 --- a/code-scanning/fortify.yml +++ b/code-scanning/fortify.yml @@ -66,7 +66,7 @@ jobs: # EXTRA_PACKAGE_OPTS: -oss # Extra 'scancentral package' options, like '-oss'' if # Debricked SCA scan is enabled on Fortify on Demand # EXTRA_FOD_LOGIN_OPTS: --socket-timeout=60s # Extra 'fcli fod session login' options - # FOD_RELEASE: MyApp:MyRelease # FoD release, defaults to GitHub /: + # FOD_RELEASE: MyApp:MyRelease # FoD release, default: /: # DO_WAIT: true # Wait for scan completion, implied if 'DO_EXPORT: true' # DO_EXPORT: true # Export SAST results to GitHub code scanning dashboard ### Required configuration when integrating with Fortify Hosted / Software Security Center & ScanCentral @@ -75,7 +75,7 @@ jobs: # SC_SAST_CLIENT_AUTH_TOKEN: ${{secrets.CLIENT_AUTH_TOKEN}} ### Optional configuration when integrating with Fortify Hosted / Software Security Center & ScanCentral # EXTRA_SC_SAST_LOGIN_OPTS: --socket-timeout=60s # Extra 'fcli sc-sast session login' options - # SSC_APPVERSION: MyApp:MyVersion # SSC application version, defaults to GitHub /: + # SSC_APPVERSION: MyApp:MyVersion # SSC application version, default: /: # EXTRA_PACKAGE_OPTS: -bv myCustomPom.xml # Extra 'scancentral package' options # DO_WAIT: true # Wait for scan completion, implied if 'DO_EXPORT: true' # DO_EXPORT: true # Export SAST results to GitHub code scanning dashboard