Skip to content

feat: add SECURITY.md with vulnerability disclosure policy #23

feat: add SECURITY.md with vulnerability disclosure policy

feat: add SECURITY.md with vulnerability disclosure policy #23

Workflow file for this run

name: Commit Check
on:
pull_request:
branches: 'main'
types: [opened, synchronize, reopened, edited]
workflow_dispatch:
jobs:
commit-check:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0 # Required for merge-base checks
- uses: commit-check/commit-check-action@v2.10.0
with:
message: true
branch: true
job-summary: true
pr-comments: true
pr-title: true