Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,12 @@
"snyk.trustedFolders": {
"order": 1,
"type": "array",
"items": {
"type": "string"
},
"scope": "application",
"default": [],
"description": "Folders to trust for Snyk scans."
"markdownDescription": "List of trusted folder paths. These folders are considered safe for Snyk to scan. This setting can only be configured in user settings and cannot be overridden by workspace settings for security reasons."
}
}
},
Expand Down
Loading