actions-marketplace-validations/Sysdig Secure Inline Scan

Perform image analysis on locally built container image and post the result of the analysis to Sysdig Secure.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cli-scanner-urlURL to sysdig-cli-scanner binary downloadno
cli-scanner-versionCustom sysdig-cli-scanner version to download. Oldest supported version is 1.22.6.no1.24.1
cli-scanner-sha256sumSHA256 sum of the Sysdig CLI scanner binary to verify the download.no
registry-userRegistry username.no
registry-passwordRegistry password.no
stop-on-failed-policy-evalFail the job if the Policy Evaluation is Failed.nofalse
stop-on-processing-errorFail the job if the Scanner terminates execution with errors.nofalse
standaloneEnable standalone mode. Do not depend on Sysdig backend for execution, avoiding the need of specifying 'sysdig-secure-token' and 'sysdig-secure-url'.nofalse
db-pathSpecify directory for database to use while scanning.no
skip-uploadSkip uploading results to Sysdig Secure.nofalse
skip-summarySkip generating Summary.nofalse
use-policiesComma-separated list of Sysdig Secure VM Policies to evaluate against the image. Policies with spaces must be enclosed in quotes.no
override-pullstringCustom PullString to give the image when scanning and uploading.no
severity-at-leastFiltering option to only report vulnerabilities with at least the specified severity. Can take [critical|high|medium|low|negligible|any]. Default value "any" for no filtering.noany
package-typesComma-separated list of package types to include in the SARIF/summary report. Example: "java,javascript"no
not-package-typesComma-separated list of package types to exclude from the SARIF/summary report. Example: "os,alpine"no
exclude-acceptedExclude vulnerabilities that have accepted risks from SARIF/summary report. true/falsenofalse
group-by-packageEnable grouping the vulnerabilities in the SARIF report by package.nofalse
image-tagTag of the image to analyse. (Required if not in IaC mode.)no
sysdig-secure-tokenAPI token for Sysdig Scanning auth. (Required if not in Standalone mode.)no
sysdig-secure-urlSysdig Secure URL (ex: "https://secure-sysdig.com").nohttps://secure.sysdig.com
sysdig-skip-tlsSkip TLS verification when calling secure endpoints.no
extra-parametersAdditional parameters added to the secure-inline-scan container execution.no
modeMode of operation. Can be "vm" or "iac".novm
recursiveRecursively scan all folders within the folder specified in the iacScanPath.nofalse
minimum-severityMinimum severity to fail when scanning in IaC modenohigh
iac-scan-pathPath to the IaC files to scan.no./
namedescription
scanReportPath to a JSON file containing the report results, failed evaluation gates, and found vulnerabilities.
sarifReportPath to a SARIF report, that can be uploaded using the codeql-action/upload-sarif action. See the README for more information.