Skip to content

Commit

Permalink
Merge pull request #351 from cloudfoundry-community/fix-semgrep
Browse files Browse the repository at this point in the history
fix: add vendor to semgrepignore
  • Loading branch information
VihasMakwana authored Sep 4, 2023
2 parents 7307cd9 + 06ffe50 commit 5f9c268
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion .semgrepignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Common large paths
node_modules/
build/
dist/
vendor/
.env/
.venv/
.tox/
*.min.js
.npm/
.yarn/

# Common test paths
test/
tests/
*_test.go

# Semgrep rules folder
.semgrep

# Semgrep-action log folder
.semgrep_logs/

tile/build.sh
.github/pre-req.sh
testing/
testing/

0 comments on commit 5f9c268

Please sign in to comment.