From cdc1f1730e695bb2a5146475fe3d509e4926a078 Mon Sep 17 00:00:00 2001 From: colleend Date: Thu, 25 Mar 2021 17:07:25 -0700 Subject: [PATCH 1/2] Update semgrep.yml --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index b2ac4f6..a2b022b 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 + auditOn: push pull_request publishUrl: http://localhost:3000 publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} publishDeployment: 298 From f082379a7d27b0629184e3b26f328ce9b826d503 Mon Sep 17 00:00:00 2001 From: colleend Date: Fri, 26 Mar 2021 11:33:27 -0700 Subject: [PATCH 2/2] Update semgrep.yml --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index a2b022b..4f71457 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -14,6 +14,6 @@ jobs: - uses: returntocorp/semgrep-action@v1 with: auditOn: push pull_request - publishUrl: http://localhost:3000 + publishUrl: https://dev.semgrep.dev publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} publishDeployment: 298