{"date":"2026-07-13","repo":{"name":"github.com/danielgerlag/workflow-core","commit":"a33e5a9d28002105a9a3fb9e23a88dd3c78cb32b"},"scorecard":{"version":"v5.5.1-0.20260519155427-916bfc57fa74","commit":"916bfc57fa7431467a33a5a013cba3f8a0c1ec50"},"score":4.3,"checks":[{"name":"Maintained","score":5,"reason":"4 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 1/6 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/dotnet.yml:1","Warn: no topLevel permission defined: .github/workflows/nuget-publish.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#binary-artifacts"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#fuzzing"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/nuget-publish.yml:7"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'master'","Warn: 'stale review dismissal' is disabled on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Info: codeowner review is required on branch 'master'","Warn: 'last push approval' is disabled on branch 'master'","Warn: no status checks found to merge onto branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 27 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#sast"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:101: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:141: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:143: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet.yml:157: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:165: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:173: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:175: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet.yml:189: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:197: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:237: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:239: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet.yml:253: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:261: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:301: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:303: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet.yml:315: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:323: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:207: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet.yml:221: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:229: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:269: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:271: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dotnet.yml:285: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dotnet.yml:293: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/dotnet.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/nuget-publish.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/nuget-publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/nuget-publish.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/danielgerlag/workflow-core/nuget-publish.yml/master?enable=pin","Warn: containerImage not pinned by hash: src/samples/WebApiSample/WebApiSample/Dockerfile:1","Warn: containerImage not pinned by hash: src/samples/WebApiSample/WebApiSample/Dockerfile:5","Warn: containerImage not pinned by hash: src/samples/WebApiSample/WebApiSample/Dockerfile:13","Warn: containerImage not pinned by hash: src/samples/WebApiSample/WebApiSample/Dockerfile:16","Warn: containerImage not pinned by hash: src/samples/WebApiSample/WebApiSample/Dockerfile.original:1","Warn: containerImage not pinned by hash: src/samples/WebApiSample/WebApiSample/Dockerfile.original:5","Warn: containerImage not pinned by hash: src/samples/WebApiSample/WebApiSample/Dockerfile.original:13","Warn: containerImage not pinned by hash: src/samples/WebApiSample/WebApiSample/Dockerfile.original:16","Warn: nugetCommand not pinned by hash: src/samples/WebApiSample/WebApiSample/Dockerfile:8: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: src/samples/WebApiSample/WebApiSample/Dockerfile.original:8: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet.yml:310: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet.yml:56: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet.yml:88: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet.yml:120: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet.yml:216: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet.yml:24: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet.yml:152: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet.yml:184: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet.yml:248: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: .github/workflows/dotnet.yml:280: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Warn: nugetCommand not pinned by hash: .github/workflows/nuget-publish.yml:23: pin your dependencies by either enabling central package management (https://learn.microsoft.com/nuget/consume-packages/Central-Package-Management) or using a lockfile (https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#locking-dependencies)","Info:   0 out of  32 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  10 third-party GitHubAction dependencies pinned","Info:   0 out of   8 containerImage dependencies pinned","Info:   0 out of  13 nugetCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/916bfc57fa7431467a33a5a013cba3f8a0c1ec50/docs/checks.md#pinned-dependencies"}}]}
