Skip to content

Commit

Permalink
Add semgrep ruleset to validation schema (#3164)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Vuillamy <[email protected]>
  • Loading branch information
wesley-dean-flexion and nvuillam authored Nov 27, 2023
1 parent 5d2e600 commit efa0c27
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14354,6 +14354,22 @@
"title": "REPOSITORY_SEMGREP: Define or override a list of bash commands to run before the linter",
"type": "array"
},
"REPOSITORY_SEMGREP_RULESETS": {
"$id": "#/properties/REPOSITORY_SEMGREP_RULESETS",
"description": "REPOSITORY_SEMGREP: Specify custom ruleset(s) for semgrep",
"examples:": [
"auto",
"p/ci"
],
"items": {
"type": "string"
},
"title": "REPOSITORY_SEMGREP: Custom arguments",
"type": [
"array",
"string"
]
},
"REPOSITORY_SEMGREP_UNSECURED_ENV_VARIABLES": {
"$id": "#/properties/REPOSITORY_SEMGREP_UNSECURED_ENV_VARIABLES",
"default": [],
Expand Down

0 comments on commit efa0c27

Please sign in to comment.