fabasoad/OpenSSF Scorecard Action

Workflow enhancements for OpenSSF Scorecard with notifications, thresholds, and reporting

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Nov 6, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: fabasoad/broadsage-scorecard-action@8f31811c25cdf583d271fcdebaa798850bde290f # no releases — HEAD as of 2026-07-11

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

namedescriptionrequireddefault
repo_tokenGitHub token for analysis (defaults to GITHUB_TOKEN)no${{ github.token }}
results_filePath to save scorecard resultsnoscorecard-results.sarif
results_formatOutput format (sarif, json)nosarif
publish_resultsPublish results to OpenSSF APInotrue
minimum_score_thresholdMinimum acceptable score (0.0-10.0) for workflow decisionsno6.0
fail_on_scoreFail action if score below thresholdnofalse
slack_bot_tokenSlack Bot Token for notificationsno""
slack_channel_idSlack channel ID for notificationsno""
webhook_urlGeneric webhook URL for notificationsno""
retention_daysDays to retain artifactsno30
artifact_nameName for uploaded artifactsnoscorecard-analysis-results
namedescription
overall_scoreOverall OpenSSF Scorecard score (0.0-10.0)
passed_checksNumber of checks passed
total_checksTotal number of checks performed
failed_checksNumber of checks failed
threshold_metWhether score meets minimum threshold
analysis_successWhether analysis completed successfully