Skip to content

resource/cloudflare_zone_settings_override: add support for nel #2878

resource/cloudflare_zone_settings_override: add support for nel

resource/cloudflare_zone_settings_override: add support for nel #2878

Workflow file for this run

name: Semgrep
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep ci --config .semgrep.yml
env:
# only trigger for files in this change
SEMGREP_BASELINE_BRANCH: ${{ github.head_ref }}