Skip to content

Commit d6627dc

Browse files
authored
Merge pull request #67 from smlx/openssf-badge
Openssf badge
2 parents 9103c23 + e9036c6 commit d6627dc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ builds:
1818
- amd64
1919
- arm64
2020

21+
changelog:
22+
use: github-native
23+
2124
sboms:
2225
- artifacts: archive
2326

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Coverage](https://coveralls.io/repos/github/smlx/go-cli-github/badge.svg?branch=main)](https://coveralls.io/github/smlx/go-cli-github?branch=main)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/smlx/go-cli-github)](https://goreportcard.com/report/github.com/smlx/go-cli-github)
77
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/smlx/go-cli-github/badge)](https://securityscorecards.dev/viewer/?uri=github.com/smlx/go-cli-github)
8+
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8168/badge)](https://www.bestpractices.dev/projects/8168)
89

910
This repository is a template for a Go CLI tool or service.
1011
It is quite opinionated about security and release engineering, but hopefully in a good way.
@@ -89,3 +90,10 @@ Configure the repository:
8990
1. Go to repository Settings > Rules > Rulesets, and import the `protect-default-branch.json` ruleset.
9091

9192
1. That's it.
93+
94+
## How to contribute
95+
96+
Issues are welcome.
97+
98+
PRs are also welcome, but keep in mind that this is a very opinionated template, so not all changes will be accepted.
99+
PRs also need to ensure that test coverage remains high, and best practices are followed.

0 commit comments

Comments
 (0)