Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Rename exempt packages config (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreyd authored Dec 7, 2023
1 parent 7060a88 commit 5f70cfe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions validator/json_schemas/image_config.base.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -707,20 +707,20 @@
"$ref": "#/properties/scan_sources/properties/extra_packages"
},
"extra_packages-": {},
"exempted_packages": {
"exempt_rpms": {
"description": "Do not trigger builds if rpms listed are the reason for change. Reasons could be tzdata, or when rpms are pinned in Dockerfile",
"type": "array",
"items": {
"type": "string"
}
},
"exempted_packages!": {
"$ref": "#/properties/scan_sources/properties/exempted_packages"
"exempt_rpms!": {
"$ref": "#/properties/scan_sources/properties/exempt_rpms"
},
"exempted_packages?": {
"$ref": "#/properties/scan_sources/properties/exempted_packages"
"exempt_rpms?": {
"$ref": "#/properties/scan_sources/properties/exempt_rpms"
},
"exempted_packages-": {}
"exempt_rpms-": {}
},
"additionalProperties": false
},
Expand Down

0 comments on commit 5f70cfe

Please sign in to comment.