jujuyeh/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 downloadno1.18.0
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-policiesSpecify Sysdig Secure VM Policies to evaluate the image.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
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.