Skip to content

Commit a5564c0

Browse files
neilvcarvalhoclarissalimab
authored andcommitted
Add security.yml and SECURITY.md
1 parent 5ba21cc commit a5564c0

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 19 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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)