From 146e6c295740cd07c70a11c5b26efd0d34f2f687 Mon Sep 17 00:00:00 2001 From: Kslr Date: Fri, 25 Dec 2020 18:09:49 +0800 Subject: [PATCH] Lint: semgrep use p/r2c rules --- .github/workflows/semgrep.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index dcad00dab..b100959b3 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -10,5 +10,6 @@ jobs: env: # Optional environment variable for inline PR comments (beta) GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + config: p/r2c publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} - publishDeployment: 241 \ No newline at end of file + publishDeployment: 241