Skip to content

task(NOC-1903): adding intercom examples for splitter unit test #17

task(NOC-1903): adding intercom examples for splitter unit test

task(NOC-1903): adding intercom examples for splitter unit test #17

Workflow file for this run

name: Semgrep
on:
pull_request: {}
push:
branches:
- master
- main
paths:
- .github/workflows/semgrep.yml
schedule:
- cron: '22 22 * * 1'
jobs:
semgrep:
name: Static Analysis Scan
runs-on: telnyx-2xsmall
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- run: semgrep ci