Skip to content

Commit

Permalink
Update README.md (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmurp authored Oct 30, 2023
1 parent 0fd8f7e commit ef20c98
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ After doing so, you can execute the prepare goal using the "appscan" prefix. For
appId null - Required for 'analyze' goal The id of the application in the cloud service.
appscanKey null - Required for 'analyze' goal The user's API key id for authentication.
appscanSecret null - Required for 'analyze' goal The user's API key secret for authentication.
namespaces null Override automatic namespace detection. Set to "" to disable namespace detection.
sourceCodeOnly false If set to true, only scan source code.
namespaces null Override automatic namespace detection. Set to "" to disable namespace detection.
sourceCodeOnly false If set to true, only scan source code.
openSourceOnly false Only run software composition analysis (SCA). Do not run static analysis.
staticAnalysisOnly false Only run static analysis. Do not run software composition analysis (SCA).
jspCompiler Default Tomcat JSP Compiler The JSP compiler path.

thirdParty false Include known third party packages in static analysis (not recommended).

# License

Expand Down

0 comments on commit ef20c98

Please sign in to comment.