Skip to content

Commit 424710f

Browse files
Add security.yml and SECURITY.md (#751)
1 parent 1cd64fa commit 424710f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: update-security
2+
3+
on:
4+
push:
5+
paths:
6+
- SECURITY.md
7+
branches:
8+
- main
9+
workflow_dispatch:
10+
11+
jobs:
12+
update-security:
13+
permissions:
14+
contents: write
15+
pull-requests: write
16+
pages: write
17+
uses: thoughtbot/templates/.github/workflows/dynamic-security.yaml@main
18+
secrets:
19+
token: ${{ secrets.GITHUB_TOKEN }}

SECURITY.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!-- START /templates/security.md -->
2+
<!-- END /templates/security.md -->

0 commit comments

Comments
 (0)