From c0858f4be6f64e810b1fc78ec105db5885db0933 Mon Sep 17 00:00:00 2001 From: colleend Date: Thu, 25 Mar 2021 17:06:35 -0700 Subject: [PATCH 1/2] Update semgrep.yml yeet --- .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..0c938e5 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 pull_request + auditOn: push pull_request publishUrl: http://localhost:3000 publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} publishDeployment: 298 From 79effe9ea27723e547ae49bd61626992def9cd2a Mon Sep 17 00:00:00 2001 From: colleend Date: Fri, 26 Mar 2021 11:25:41 -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 0c938e5..da58eb7 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