Skip to content

Commit

Permalink
Enhancement: Update schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ergebnis-bot committed Jul 22, 2023
1 parent bf2fb19 commit 9778db1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resource/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,19 @@
]
}
},
"audit": {
"type": "object",
"description": "Security audit configuration options",
"properties": {
"ignored": {
"type": "array",
"description": "A set of advisory ids, remote ids or CVE ids that should be ignored and not reported as part of an audit.",
"items": {
"type": "string"
}
}
}
},
"notify-on-install": {
"type": "boolean",
"description": "Composer allows repositories to define a notification URL, so that they get notified whenever a package from that repository is installed. This option allows you to disable that behaviour, defaults to true."
Expand Down

0 comments on commit 9778db1

Please sign in to comment.