Skip to content

Commit

Permalink
Add a dynamic security workflow and a SECURITY.md file (#1677)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sarahraqueld and sarahraqueld committed Jul 19, 2024
1 parent 4ee1d21 commit ce79d9b
Show file tree
Hide file tree
Showing 2 changed files with 21 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 }}
2 changes: 2 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!-- START /templates/security.md -->
<!-- END /templates/security.md -->

0 comments on commit ce79d9b

Please sign in to comment.