diff --git a/.github/workflows/dynamic-security.yml b/.github/workflows/dynamic-security.yml deleted file mode 100644 index 26a424dc..00000000 --- a/.github/workflows/dynamic-security.yml +++ /dev/null @@ -1,19 +0,0 @@ -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 }} diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index 82dbb4ce..00000000 --- a/SECURITY.md +++ /dev/null @@ -1,19 +0,0 @@ - -# Security Policy - -## Supported Versions - -Only the the latest version of this project 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, visit -. - -If you have any suggestions to improve this policy, visit . -