-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'thoughtbot:main' into update-docs-for-specifying-namespace
- Loading branch information
Showing
19 changed files
with
739 additions
and
457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!-- START /templates/security.md --> | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
Only the the latest version of this project is supported at a given time. If | ||
you find a security issue with an older version, please try updating to the | ||
latest version first. | ||
|
||
If for some reason you can't update to the latest version, please let us know | ||
your reasons so that we can have a better understanding of your situation. | ||
|
||
## Reporting a Vulnerability | ||
|
||
For security inquiries or vulnerability reports, visit | ||
<https://thoughtbot.com/security>. | ||
|
||
If you have any suggestions to improve this policy, visit <https://thoughtbot.com/security>. | ||
<!-- END /templates/security.md --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.