Skip to content

enhancement(NOC-1917) Add a check for the .env file that it's present… #8

enhancement(NOC-1917) Add a check for the .env file that it's present…

enhancement(NOC-1917) Add a check for the .env file that it's present… #8

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