eresussecurity/Eresus Sentinel Security Scan

Run Eresus Sentinel security scans (SAST, artifact, firewall, AIBOM, red team) in CI/CD pipelines.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 15, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: eresussecurity/eresus-sentinel@b4b19446da8d4b1aba48640cf4d856efee481c89 # v0.1.0

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

namedescriptionrequireddefault
scan-pathPath to scan (default: repository root)no.
fail-on-severityMinimum severity that causes a non-zero exit code (critical|high|medium|low)nohigh
formatOutput format: sarif|json|html|junit|csv|markdown (default: sarif)nosarif
output-fileWrite report to this file (default: sentinel-results.<format>)no""
extra-argsAdditional arguments passed verbatim to sentinel scanno""
enable-aibomAlso run sentinel aibom and upload AIBOM artifactnofalse
upload-sarifUpload SARIF to GitHub Code Scanning (requires write permissions)notrue
sentinel-versionEresus Sentinel version to install (default: latest)nolatest
eval-configPath to eval YAML config file. When set, run sentinel evaluate after the scan.no""
fail-on-thresholdMinimum eval pass rate (0.0–1.0) that causes a non-zero exit code. Only used when eval-config is set.no0.0
pr-commentPost a summary comment on the PR with finding counts and eval results (requires pull-requests: write)notrue
max-concurrencyMaximum number of parallel eval workers (default: 4)no4
namedescription
sarif-filePath to the generated SARIF file
finding-countTotal number of findings
exit-codeSentinel exit code (0=clean, 1=findings above threshold, 2=error)