Skip to content

Commit 7950982

Browse files
Merge pull request #18 from codeplaysoftware/scottstraughan-enable-ossf-results-publish
Enable Result Publishing
2 parents b733d95 + 311acde commit 7950982

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
results_file: results.sarif
3636
results_format: sarif
37-
publish_results: false
37+
publish_results: true
3838

3939
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4040
# format to the repository Actions tab.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
[![Coverity scan build status](https://img.shields.io/coverity/scan/30204.svg)](https://scan.coverity.com/projects/template-repo)
44
[![CodeQL](https://github.com/codeplaysoftware/Template-Repo/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/codeplaysoftware/Template-Repo/actions/workflows/github-code-scanning/codeql)
55
[![Scorecard supply-chain security](https://github.com/codeplaysoftware/Template-Repo/actions/workflows/scorecard.yml/badge.svg)](https://github.com/codeplaysoftware/Template-Repo/actions/workflows/scorecard.yml)
6+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/codeplaysoftware/Template-Repo/badge)](https://scorecard.dev/viewer/?uri=github.com/codeplaysoftware/Template-Repo)

0 commit comments

Comments
 (0)