diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index b2ac4f6..4f71457 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: returntocorp/semgrep-action@v1 with: - auditOn: push - publishUrl: http://localhost:3000 + auditOn: push pull_request + publishUrl: https://dev.semgrep.dev publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} publishDeployment: 298