Skip to content

⬆️ Updates cookiecutter to v2 [SECURITY] #803

⬆️ Updates cookiecutter to v2 [SECURITY]

⬆️ Updates cookiecutter to v2 [SECURITY] #803

Workflow file for this run

name: Semgrep
on:
pull_request: { }
push:
branches:
- main
- master
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}