Skip to content

feat: Add CORS preflight handler #15

feat: Add CORS preflight handler

feat: Add CORS preflight handler #15

Workflow file for this run

name: OWASP ASVS gate
on:
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: read
jobs:
asvs-checklist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Enforce ASVS re-affirmation on TLS code changes
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
run: .github/scripts/asvs-gate.sh