contentstack/Snyk SCA Scan Analysis

Composite action that reads snyk.json from the current directory, analyzes severities and SLA breaches, and posts a PR comment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 30, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: contentstack/sca-policy@ee7db1a126b72f2dd5edfef2989728a08567b14c # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
MAX_CRITICAL_ISSUESMaximum allowed critical issues (with fixes)no10
MAX_HIGH_ISSUESMaximum allowed high issues (with fixes)no25
MAX_MEDIUM_ISSUESMaximum allowed medium issues (with fixes)no500
MAX_LOW_ISSUESMaximum allowed low issues (with fixes)no1000
SLA_CRITICAL_WITH_FIXSLA days for critical vulnerabilities with fixesno15
SLA_HIGH_WITH_FIXSLA days for high vulnerabilities with fixesno30
SLA_MEDIUM_WITH_FIXSLA days for medium vulnerabilities with fixesno90
SLA_LOW_WITH_FIXSLA days for low vulnerabilities with fixesno180
SLA_CRITICAL_NO_FIXSLA days for critical vulnerabilities without fixesno30
SLA_HIGH_NO_FIXSLA days for high vulnerabilities without fixesno120
SLA_MEDIUM_NO_FIXSLA days for medium vulnerabilities without fixesno365
SLA_LOW_NO_FIXSLA days for low vulnerabilities without fixesno365
namedescription
fail_buildtrue if any thresholds or SLAs were breached for issues with available fixes
warn_buildtrue if SLA breaches detected for issues without available fixes