Skip to content

Commit

Permalink
Add security.yml and SECURITY.md (#2630)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilvcarvalho authored Aug 16, 2024
1 parent a371877 commit 53dd84e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/dynamic-security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: update-security

on:
push:
paths:
- SECURITY.md
branches:
- main
workflow_dispatch:

jobs:
update-security:
permissions:
contents: write
pull-requests: write
pages: write
uses: thoughtbot/templates/.github/workflows/dynamic-security.yaml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
16 changes: 2 additions & 14 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
# Security Policy

## Supported Versions

Only the the latest version of Administrate is supported at a given time. If you find
a security issue with an older version, please try updating to the latest version first.

If for some reason you can't update to the latest version, please let us know your reasons
so that we can have a better understanding of your situation.

## Reporting a Vulnerability

For security inquiries or vulnerability reports, please email [email protected].
If you'd like, you can use our PGP key when reporting vulnerabilities.
<!-- START /templates/security.md -->
<!-- END /templates/security.md -->

0 comments on commit 53dd84e

Please sign in to comment.