Skip to content

Refresh the ASP.NET MVC Owin quickstart #652

Refresh the ASP.NET MVC Owin quickstart

Refresh the ASP.NET MVC Owin quickstart #652

Workflow file for this run

name: Semgrep
on:
pull_request: {}
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}