Skip to content

Create CONTRIBUTING.md #18

Create CONTRIBUTING.md

Create CONTRIBUTING.md #18

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