Skip to content

Commit

Permalink
feat: add security policy (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Tronje Krop <[email protected]>
  • Loading branch information
Tronje Krop committed Jan 25, 2024
1 parent f3f37e2 commit e0f2837
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
endif

# Setup go-make to utilize desired build and config scripts.
GOMAKE_DEP ?= github.com/tkrop/[email protected].41
GOMAKE_DEP ?= github.com/tkrop/[email protected].43
# Request targets from go-make targets target.
TARGETS := $(shell command -v $(GOBIN)/go-make >/dev/null || \
go install $(GOMAKE_DEP) >/dev/stderr && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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:[email protected]).

0 comments on commit e0f2837

Please sign in to comment.