Skip to content

Plan to add external events plan #8

Plan to add external events plan

Plan to add external events plan #8

Workflow file for this run

name: Semgrep
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
scan:
uses: kernel/security-workflows/.github/workflows/semgrep.yml@main
with:
extra-configs: '--config p/golang --config p/javascript'
codebase-description: 'Base browser images with Go server and JS client'
secrets: inherit