From 67ec70504c19893eae2967005698268fce17e8ea Mon Sep 17 00:00:00 2001 From: Neil Carvalho Date: Fri, 19 Jul 2024 19:00:20 -0300 Subject: [PATCH] Add security.yml and SECURITY.md --- .github/workflows/dynamic-security.yml | 19 +++++++++++++++++++ SECURITY.md | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 .github/workflows/dynamic-security.yml create mode 100644 SECURITY.md diff --git a/.github/workflows/dynamic-security.yml b/.github/workflows/dynamic-security.yml new file mode 100644 index 0000000..26a424d --- /dev/null +++ b/.github/workflows/dynamic-security.yml @@ -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 }} diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..9b63758 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,2 @@ + +