Skip to content

Commit

Permalink
docs: added /security
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 8, 2022
1 parent 0ea4f1d commit 6dac256
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Taskfile.yml
Expand Up @@ -82,14 +82,17 @@ tasks:
- cp -rf CONTRIBUTING.md www/docs/contributing.md
- cp -rf USERS.md www/docs/users.md
- cp -rf EULA.md www/docs/eula.md
- cp -rf SECURITY.md www/docs/security.md
sources:
- CONTRIBUTING.md
- USERS.md
- EULA.md
- SECURITY.md
generates:
- www/docs/contributing.md
- www/docs/users.md
- www/docs/eula.md
- www/docs/security.md

docs:imgs:
desc: Download and resize images
Expand Down
9 changes: 9 additions & 0 deletions www/docs/security.md
@@ -0,0 +1,9 @@
# Security Policy

## Supported Versions

Only the last stable version at any given point.

## Reporting a Vulnerability

Vulnerabilities can be disclosed via email to sec@goreleaser.com

0 comments on commit 6dac256

Please sign in to comment.