Skip to content

Commit ed7272f

Browse files
Merge pull request #1267 from step-security/add-scorecard-badge
Add scorecard badge
2 parents 0224f5c + f8fd8e7 commit ed7272f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
[![Maintained by stepsecurity.io](https://img.shields.io/badge/maintained%20by-stepsecurity.io-blueviolet)](https://stepsecurity.io/?utm_source=github&utm_medium=organic_oss&utm_campaign=secure-workflows)
1111
[![codecov](https://codecov.io/gh/step-security/secure-workflows/branch/main/graph/badge.svg?token=02ONA6U92A)](https://codecov.io/gh/step-security/secure-workflows)
12+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/step-security/secure-workflows/badge)](https://api.securityscorecards.dev/projects/github.com/step-security/secure-workflows)
1213
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://raw.githubusercontent.com/step-security/secure-workflows/main/LICENSE)
1314

1415
</div>
@@ -32,6 +33,7 @@ Secure GitHub Actions CI/CD workflows via automated remediations
3233
</h3>
3334

3435
## Quickstart
36+
3537
### Hosted Instance: [app.stepsecurity.io/securerepo](https://app.stepsecurity.io/securerepo)
3638

3739
To secure GitHub Actions workflows using a pull request:
@@ -52,7 +54,8 @@ To secure GitHub Actions workflows using a pull request:
5254

5355
### Self Hosted
5456

55-
To create an instance of Secure Workflows, deploy *cloudformation/ecr.yml* and *cloudformation/resources.yml* CloudFormation templates in your AWS account. You can take a look at *.github/workflows/release.yml* for reference.
57+
To create an instance of Secure Workflows, deploy _cloudformation/ecr.yml_ and _cloudformation/resources.yml_ CloudFormation templates in your AWS account. You can take a look at _.github/workflows/release.yml_ for reference.
58+
5659
## Impact
5760

5861
- SecureWorkflows has been used to [secure 30 of the top 100 critical open source projects](https://github.com/step-security/secure-workflows/issues/462)
@@ -207,6 +210,6 @@ SecureWorkflows updates the YAML file and adds [Harden-Runner GitHub Action](htt
207210

208211
## Contributing
209212

210-
Contributions are welcome!
213+
Contributions are welcome!
211214

212215
If you are the owner of a GitHub Action, please contribute information about the use of GITHUB_TOKEN for your Action. This will enable the community to automatically calculate minimum token permissions for the GITHUB_TOKEN for their workflows. Check out the [Contributing Guide](https://github.com/step-security/secure-workflows/blob/main/knowledge-base/actions/README.md)

0 commit comments

Comments
 (0)