kkloudtarus/Synapse SCA scan

Run a Synapse SCA + SAST + secret + IaC-misconfig scan and gate CI on findings.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to scan. A source directory, or — with image: true — a container image reference or a local `docker save` tarball (.tar/.tar.gz).no.
imageWhen true, scan `path` as a container image (registry ref or local docker-save tarball) instead of a source tree. Runs SCA + OS-package CVE + secret + misconfig; source SAST is skipped for images.nofalse
fail-onMinimum severity that fails the build: critical | high | medium | low | info | none.nohigh
sarifWhen true, write a SARIF 2.1.0 report and expose its path as the `sarif-file` output.nofalse
offlineWhen true, run without network egress (offline databases only).nofalse
versionsynapse-cli release to use, e.g. "v0.1.0", or "latest".nolatest
sarif-outputPath for the SARIF report when `sarif` is true.nosynapse.sarif
namedescription
sarif-filePath to the generated SARIF report (only when `sarif` is true).