diff options
author | Joyce <joycebrumu.u@gmail.com> | 2022-10-19 11:05:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 11:05:39 +0200 |
commit | b7a279f9efd4ebda247cd38bc6c062fa2d10af20 (patch) | |
tree | bdeeb7f22a134e1da7830eb9cc51140a65e0ee37 /README.md | |
parent | test: skip one test for iszero_safe() on i386 without SSE2 (diff) | |
download | systemd-b7a279f9efd4ebda247cd38bc6c062fa2d10af20.tar.xz systemd-b7a279f9efd4ebda247cd38bc6c062fa2d10af20.zip |
ci: Enable Scorecard Github Action and Badge (#25054)
* chore: enable scorecard action
* chore: add badge to the README file
* chore: enable on config file update
* chore: update scorecard to 2.0.4
* chore: run scorecard on PR at main branch
* chore: add condition to publish_result key
* chore: skip upload to code scanning if PR
* chore: only runs scorecard in the main repo
Resolves: #25042
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ System and Service Manager [![Fossies codespell report](https://fossies.org/linux/test/systemd-main.tar.gz/codespell.svg)](https://fossies.org/linux/test/systemd-main.tar.gz/codespell.html)</br> [![Coverage Status](https://coveralls.io/repos/github/systemd/systemd/badge.svg?branch=main)](https://coveralls.io/github/systemd/systemd?branch=main)</br> [![Packaging status](https://repology.org/badge/tiny-repos/systemd.svg)](https://repology.org/project/systemd/versions) +[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/systemd/systemd/badge)](https://api.securityscorecards.dev/projects/github.com/systemd/systemd) ## Details |