You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,18 @@ It also automatically builds and tests your code using [GitHub Actions](https://
15
15
16
16
## Features
17
17
18
-
* Use [GoReleaser](https://goreleaser.com/) to automatically build and create GitHub Releases and Docker images on merge to `main`.
18
+
* Use [GoReleaser](https://goreleaser.com/) to automatically build and create GitHub Releases and container images on merge to `main`.
19
19
20
20
* This uses the [Conventional Commits Versioner](https://github.com/smlx/ccv) to automatically version each release.
21
21
22
-
* Lint your commit messages, and your Go, GitHub Action, and Dockerfile code.
22
+
* Lint your commit messages, Go code, GitHub Actions, and Dockerfiles.
23
23
* Test Pull Requests using `go test`.
24
-
* Build Docker images from Pull Requests for manual testing and review.
24
+
* Build container images from Pull Requests and push them to the GitHub container registry for manual testing and review.
25
25
* Static code analysis using [CodeQL](https://codeql.github.com/) and [Go Report Card](https://goreportcard.com/).
26
26
* Coverage analysis using the [go-test-coverage action](https://github.com/vladopajic/go-test-coverage).
27
27
* Security analysis using [OpenSSF](https://securityscorecards.dev).
28
-
* Signed binary artifacts using [artifact attestations](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
28
+
* Signed binary and container release artifacts using [artifact attestations](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
29
+
* SBOM generation for both release artifacts and container images, with image SBOMs pushed to the container registry.
0 commit comments