redhat-actions/CodeReady Dependency Analytics

Analyse vulnerabilities in application dependencies

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
manifest_directoryPath to the directory containing the manifest_file. no
manifest_fileName (basename) of the manifest file to analyze. This file must exist in the manifest_directory. no
deps_install_cmdCommand to use for dependencies installation instead of using the default commands. no
analysis_report_nameName of the file to save the analysis reportnocrda_analysis_report
snyk_tokenSnyk token to be used to authenticate to the CRDAno
crda_keyExisting CRDA key to identify the existing userno
github_tokenGithub token to upload SARIF file to the GitHubno${{ github.token }}
upload_sarifUpload the generated SARIF file, by default it is set to "true". If you don't want to upload SARIF file set this input to "false" notrue
upload_artifactUpload the generated SARIF and JSON file as an artifact. notrue
artifact_filenameFile name of the artifact to upload. By default it is named as 'crda_report' nocrda_report
consent_telemetryCRDA collects anonymous usage data, and is disabled by default. If you want this behaviour set this to "true" nofalse
fail_onFail the workflow if vulnerability is found in the project. This will lead to workflow failure and SARIF file would not be uploaded. To set failure when vulnerability severity level is either "error" or "warning" set this input to "warning". By default it is set to fail when severity level is "error", or if you don't want to fail the action set this input to "never" noerror
namedescription
crda_report_jsonGenerated CRDA Analysis Report in JSON format
crda_report_sarifGenerated CRDA Analysis Report in SARIF format
report_linkCRDA analysis report link
artifact_nameName of the uploaded artifact