mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Because we generate a new JSON schema file every time the schema version changes, the git diff always shows that the file is completely new. Therefore, every time the file is re-generated, also write the schema to a stable path, so that the actual changes to the schema are easily visible in the git diff of the latest schema file. Signed-off-by: Will Murphy <will.murphy@anchore.com>