syft/internal/constants.go
Christopher Phillips 169ded1804
Merge branch 'main' into report-java-archive-metadata
* main: (114 commits)
  fix: lookup alternate scheme on url->licenseID (#4588)
  chore(deps): bump the go-minor-patch group with 2 updates (#4583)
  feat: add Qt6 binary detection (#4550)
  chore(deps): bump the actions-minor-patch group across 1 directory with 2 updates (#4584)
  fix: snap cataloger incorrectly identifies snap container as deb package (#4500)
  chore(deps): update tools to latest versions (#4577)
  fix: update mixed case dependencies in python to be normalized (#4573)
  chore(deps): update anchore dependencies (#4575)
  chore(deps): update tools to latest versions (#4570)
  feat: detect Debian version from /etc/debian_version (#4569)
  fix: correctly report supporting evidence for binary packages (#4558)
  chore(deps): bump the actions-minor-patch group across 2 directories with 3 updates (#4568)
  chore(deps): bump the go-minor-patch group with 6 updates (#4567)
  chore(deps): update tools to latest versions (#4565)
  chore(deps): bump github.com/spdx/tools-golang (#4557)
  ci: enable zizmor to fail PRs (#4556)
  Chore new slack action (#4553)
  chore(deps): update anchore dependencies (#4552)
  chore(deps): update tools to latest versions (#4551)
  chore(deps): update tools to latest versions (#4545)
  ...

Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
2026-01-30 17:11:05 -05:00

13 lines
513 B
Go

package internal
const (
// JSONSchemaVersion is the current schema version output by the JSON encoder
// 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 = "16.1.3"
// Changelog
// 16.1.0 - reformulated the python pdm fields (added "URL" and removed the unused "path" field).
// 16.1.1 - correct elf package osCpe field according to the document of systemd (also add appCpe field)
)