Bump syft JSON schema and add v2.0.2 (#716)

Signed-off-by: Sambhav Kothari <skothari44@bloomberg.net>
This commit is contained in:
Sambhav Kothari 2021-12-22 18:55:34 +00:00 committed by GitHub
parent 7de5e1288f
commit 4903b4d73f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1054 additions and 7 deletions

View file

@ -6,5 +6,5 @@ const (
// JSONSchemaVersion is the current schema version output by the JSON presenter
// This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment.
JSONSchemaVersion = "2.0.1"
JSONSchemaVersion = "2.0.2"
)

View file

@ -83,7 +83,7 @@
}
},
"schema": {
"version": "2.0.1",
"url": "https://raw.githubusercontent.com/anchore/syft/main/schema/json/schema-2.0.1.json"
"version": "2.0.2",
"url": "https://raw.githubusercontent.com/anchore/syft/main/schema/json/schema-2.0.2.json"
}
}

View file

@ -179,7 +179,7 @@
}
},
"schema": {
"version": "2.0.1",
"url": "https://raw.githubusercontent.com/anchore/syft/main/schema/json/schema-2.0.1.json"
"version": "2.0.2",
"url": "https://raw.githubusercontent.com/anchore/syft/main/schema/json/schema-2.0.2.json"
}
}

View file

@ -104,7 +104,7 @@
}
},
"schema": {
"version": "2.0.1",
"url": "https://raw.githubusercontent.com/anchore/syft/main/schema/json/schema-2.0.1.json"
"version": "2.0.2",
"url": "https://raw.githubusercontent.com/anchore/syft/main/schema/json/schema-2.0.2.json"
}
}

File diff suppressed because it is too large Load diff