Browse Source

Fix: semgrep lint (#1218)

Loyalsoldier 4 years ago
parent
commit
f2a504e2bb
1 changed files with 6 additions and 1 deletions
  1. 6 1
      .github/workflows/semgrep.yml

+ 6 - 1
.github/workflows/semgrep.yml

@@ -10,6 +10,11 @@ jobs:
         env: # Optional environment variable for inline PR comments (beta)
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
-          config: p/r2c
+          config: |
+            p/golang
+            p/r2c-ci
+            p/r2c-security-audit
+            p/insecure-transport
+            p/secrets
           publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
           publishDeployment: 241