Skip to content

Commit ce79d9b

Browse files
sarahraqueldsarahraqueld
andauthored
Add a dynamic security workflow and a SECURITY.md file (#1677)
Add a dynamic security workflow that will automatically create PRs to update our Security policies in this repo. Co-authored-by: sarahraqueld <sarah.lima@lyv.livenation.com>
1 parent 4ee1d21 commit ce79d9b

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)