diff --git a/Makefile b/Makefile index f838836..4521d17 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ else endif # Setup go-make to utilize desired build and config scripts. -GOMAKE_DEP ?= github.com/tkrop/go-make@v0.0.41 +GOMAKE_DEP ?= github.com/tkrop/go-make@v0.0.43 # Request targets from go-make targets target. TARGETS := $(shell command -v $(GOBIN)/go-make >/dev/null || \ go install $(GOMAKE_DEP) >/dev/stderr && \ diff --git a/README.md b/README.md index 78ae05b..861526b 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ [![Security][security-badge]][security-link] --> -[build-badge]: https://github.com/tkrop/go-testing/actions/workflows/go.yaml/badge.svg -[build-link]: https://github.com/tkrop/go-testing/actions/workflows/go.yaml +[build-badge]: https://github.com/tkrop/go-testing/actions/workflows/build.yaml/badge.svg +[build-link]: https://github.com/tkrop/go-testing/actions/workflows/build.yaml [coveralls-badge]: https://coveralls.io/repos/github/tkrop/go-testing/badge.svg?branch=main [coveralls-link]: https://coveralls.io/github/tkrop/go-testing?branch=main diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..4f44333 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy + + +## Supported Versions + +The following versions are supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 0.0.x | :white_check_mark: | + + +## Reporting a Vulnerability + +If you want to report a vulnerability, please send an e-mail to the +[owner](email:tronje.krop@zalando.de).