From 8eddf579af18a9aaf3c1450ac504b62d62caf1bd Mon Sep 17 00:00:00 2001 From: Nikolay Elenkov Date: Tue, 23 Feb 2021 22:06:26 +0900 Subject: [PATCH] fixed semgrep config --- .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 dc31f22..0370a5b 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -9,7 +9,6 @@ jobs: semgrep: name: Scan runs-on: ubuntu-latest - config: p/r2c steps: - uses: actions/checkout@v2 - uses: returntocorp/semgrep-action@v1 @@ -17,5 +16,6 @@ jobs: auditOn: push publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} publishDeployment: 344 + config: p/findescbugs env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}