Skip to content

Commit

Permalink
Merge pull request #22 from thoughtbot/sb-dynamic-security-file
Browse files Browse the repository at this point in the history
Add security.yml and SECURITY.md
  • Loading branch information
stefannibrasil authored Aug 16, 2024
2 parents b63aa58 + b17458d commit 01afea6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 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 }}
3 changes: 3 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!-- START /templates/security.md -->

<!-- END /templates/security.md -->

0 comments on commit 01afea6

Please sign in to comment.