noalimoy/OSSF Scorecard action

Run OSSF Scorecard checks and output results in SARIF format

View on GitHub

Trust Signals

Scorecard Score
Scorecard 6–8scored Nov 18, 2025
Maintenance Recency
Maintainedlast commit Nov 18, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: noalimoy/scorecard-action-detached@81a6e2c3391a4141c0100b1de551d31870549ab7 # v0.1.1

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

namedescriptionrequireddefault
results_fileOUTPUT: Path to file to store resultsyes
results_formatOUTPUT: format of the results [json, sarif]yes
repo_tokenINPUT: GitHub token with read accessno${{ github.token }}
publish_resultsINPUT: Publish resultsnofalse
file_modeINPUT: Method to fetch files from GitHubnoarchive
sourceINPUT: Source of the code to scan. Use 'local' to scan the local directory (respects working-directory), or 'remote' to scan a remote repository (uses GITHUB_REPOSITORY). If not set, defaults to automatic detection based on event type.no
internal_publish_base_urlINPUT: Base URL for publishing results. Used for testing.nohttps://api.scorecard.dev
internal_default_tokenINPUT: Default GitHub token. (Internal purpose only, not intended for developers to set. Used for pull requests configured with a PAT).no${{ github.token }}

no outputs