Skip to content

CHEF-28572 - Create SECURITY.md with standard template #223

CHEF-28572 - Create SECURITY.md with standard template

CHEF-28572 - Create SECURITY.md with standard template #223

Workflow file for this run

---
"on":
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit
integration:
uses: ./.github/workflows/integration.yml
needs: lint
secrets: inherit