Skip to content

Commit 7dd70fc

Browse files
committed
[CP-Sec] Enable OpenSSF Scorecard badge
1 parent 96e50b2 commit 7dd70fc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# SYCL-samples
2+
3+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/codeplaysoftware/SYCL-samples/badge)](https://scorecard.dev/viewer/?uri=github.com/codeplaysoftware/SYCL-samples)
4+
25
A collection of samples and graphical demos written using
36
[SYCL](https://www.khronos.org/sycl/).
47

0 commit comments

Comments
 (0)