Skip to content

Commit

Permalink
Add .git to default exclusions (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Nov 8, 2023
1 parent 6e33a49 commit 483f32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"properties": {
"jfrog.xray.exclusions": {
"type": "string",
"default": "**/*{test,venv,node_modules,target}*",
"default": "**/*{.git,test,venv,node_modules,target}*",
"scope": "resource",
"pattern": "^\\*\\*/\\*\\{([^{},]+(,[^{},]+)*)\\}\\*$",
"markdownDescription": "A [glob pattern](https://code.visualstudio.com/api/references/vscode-api#GlobPattern) used to exclude specific paths from being scanned by JFrog Xray. For example, go.mod files under directories named testdata will not be scanned."
Expand Down

0 comments on commit 483f32d

Please sign in to comment.