implement semgrep in github worflow for project (#1979)

This commit is contained in:
Lenin Alevski
2022-05-15 18:54:22 -07:00
committed by GitHub
parent 1d23bf3d04
commit 076e44e39a
3 changed files with 147 additions and 0 deletions

33
.semgrepignore Normal file
View File

@@ -0,0 +1,33 @@
# Ignore git items
.gitignore
.git/
:include .gitignore
# Common large paths
node_modules/
portal-ui/node_modules/
build/
dist/
.idea/
vendor/
.env/
.venv/
.tox/
*.min.js
# Common test paths
test/
tests/
*_test.go
# Semgrep rules folder
.semgrep
# Semgrep-action log folder
.semgrep_logs/
# Ignore VsCode files
.vscode/
*.code-workspace
*~
.eslintcache