Skip to content

Replace @ts-ignore with @ts-expect-error #412

Replace @ts-ignore with @ts-expect-error

Replace @ts-ignore with @ts-expect-error #412

Workflow file for this run

name: security_scan
on:
pull_request:
branches: [main]
jobs:
semgrep:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]')
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}