Skip to content

Rename references to old github organisation #17

Rename references to old github organisation

Rename references to old github organisation #17

Workflow file for this run

name: Code Scanning
on:
pull_request:
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
# Skip any PR created by dependabot to avoid permission issues:
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- run: semgrep scan --config auto --exclude local/
env:
SEMGREP_RULES: p/default