Skip to content

Releases: anchore/grant

v0.2.0

21 Mar 16:12
f73abfa
Compare
Choose a tag to compare

Feature Changes

(Full Changelog)

v0.1.3

13 Feb 18:14
4b6ea0e
Compare
Choose a tag to compare

Bug Fixes

Additional Changes

(Full Changelog)

v0.1.2

31 Jan 19:17
19c9205
Compare
Choose a tag to compare

Additional Changes

(Full Changelog)

v0.1.1

21 Dec 18:45
0df025c
Compare
Choose a tag to compare

Grant – License information is just an SBOM away v0.1.0

Grant is a new tool from the Anchore team that can view and check licenses from a given software bill of material.

Features

  • Users can supply an SBOM to grant and obtain a license violation report
  • Grant also can take an image or directory input, generate an SBOM, and then use those results as part of the license check.
  • list all the licenses found for a given container image or directory
  • Grant also has the ability to recognize licenses passed to it as a part of its input.
  • Given some text, grant can recognize a license and compare it to the provided configuration along with the SBOM or other supplied containers
  • Licenses are checked against the SPDX license list found here: https://spdx.org/licenses/.

Additional Changes

  • chore: update automatic release flow for v0.1.1 release [#29 @spiffcs]
  • chore: update code static analysis path [#27 @spiffcs]

(Full Changelog)

Grant v0.1.0 (INTERNAL-PRE-RELEASE)

20 Dec 15:20
6935dd3
Compare
Choose a tag to compare

Grant – License information is just an SBOM away v0.1.0 (INTERNAL-PRE-RELEASE)

Grant is a new tool from the Anchore team that can view and check licenses from a given software bill of material.

Features

  • Users can supply an SBOM to grant and obtain a license violation report
  • Grant also can take an image or directory input, generate an SBOM, and then use those results as part of the license check.
  • list all the licenses found for a given container image or directory
  • Grant also has the ability to recognize licenses passed to it as a part of its input.
  • Given some text, grant can recognize a license and compare it to the provided configuration along with the SBOM or other supplied containers
  • Licenses are checked against the SPDX license list found here: https://spdx.org/licenses/.

v0.0.1

27 Sep 18:24
21ccdf4
Compare
Choose a tag to compare

v0.0.1

Initial release of no code