midnightntwrk/Scan and Upload

Performs scan with SARIF upload to GitHub Security

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 11, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: midnightntwrk/upload-sarif-github-action@9da05ae8b0dc1b97a0a25f809deb586c06b7ad3e # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
github_tokenGitHub token for API calls (optional)no""
scorecard_checksComma-separated list of Scorecard checks to run. If empty, all checks run. See https://github.com/ossf/scorecard#checks for available checks.no""
fail_severityFail the action when scans report this severity or higher (e.g. critical, high, medium). This must be set on private repos.nocritical
skip_opengrep_scanSet to 'true' to skip the OpenGrep SAST scannofalse
skip_scorecard_scanSet to 'true' to skip the Scorecard supply-chain scannofalse
skip_checkov_scanSet to 'true' to skip the Checkov IaC misconfiguration scannofalse
skip_zizmor_scanSet to 'true' to skip the zizmor GitHub Actions scannofalse
skip_trivy_scanSet to 'true' to skip the Trivy vulnerability scannofalse
skip_gitleaks_scanSet to 'true' to skip the gitleaks secret scannofalse

no outputs