synopsys-sig-community/Polaris Analsysis

Will analyze the source code with Polaris by using the polaris Command Line tool. https://sig-docs.synopsys.com/polaris/topics/c_cli-overview.html

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
projectProject name in Polaris, if not given then default=github.repositoryno${{github.repository}}
branchProject branch name in Polaris, if not given then default=github.ref_nameno${{github.ref_name}}
log_levelLogging level. Default is INFO.noINFO
polaris_config_overridesWith this you can overriding the configuration file. More info: https://sig-docs.synopsys.com/polaris/topics/c_cli-config-overrides.htmlno--co analyze.coverity.cov-analyze='["--enable", "HARDCODED_CREDENTIALS", "--security", "--webapp-security", "--android-security"]'
polaris_analysis_modeAnalysis mode will tell the action that is local or central analysis requested, Options are local and central (Default).nocentral
polaris_config_fileBy giving this input, you specify which polaris.yaml file to use. If this is given, then only configurations given inside of the config file, will be used. If not given then will set polaris server url with flag -sno
polaris_sarifBy setting this true, you will get results output as a sarif format file. Default is false.nofalse
polaris_sarif_onlyBy setting this true, you will get results output as a sarif format file without running the Polaris analysis. Default is false.nofalse
polaris_sarif_fileIf polaris_sarif: true, then this is used, to specify the output file with full path. Default: github.workspace/polaris-scan-results.sarif.jsonno${{github.workspace}}/polaris-scan-results.sarif.json
polaris_issue_statusIndicates which issues are returned based on the status, if not given, then all are returned. Options are opened,closed.no
build_commandApplication build command. Ex. mvn clean installno

no outputs