10BC0 Add OWASP ModSecurity metadata · OWASP/www-project-modsecurity@8090c47 · GitHub
[go: up one dir, main page]

Skip to content

Add OWASP ModSecurity metadata #2

Add OWASP ModSecurity metadata

Add OWASP ModSecurity metadata #2

name: Validate OWASP entity metadata
on:
pull_request:
paths:
- '*.owasp.yaml'
push:
paths:
- '*.owasp.yaml'
permissions:
contents: read
concurrency:
cancel-in-progress: true
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
jobs:
validate-metadata:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Validate metadata file
uses: owasp/nest-schema/.github/actions/validate@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9
0