We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f95d59 commit 100b0beCopy full SHA for 100b0be
Formula/s/sbom-tool.rb
@@ -1,10 +1,9 @@
1
class SbomTool < Formula
2
desc "Scalable and enterprise ready tool to create SBOMs for any variety of artifacts"
3
homepage "https://github.com/microsoft/sbom-tool"
4
- url "https://github.com/microsoft/sbom-tool/archive/refs/tags/v3.0.1.tar.gz"
5
- sha256 "90085ab1f134f83d43767e46d6952be42a62dbb0f5368e293437620a96458867"
+ url "https://github.com/microsoft/sbom-tool/archive/refs/tags/v3.1.0.tar.gz"
+ sha256 "3e31ffe0d7bfe26ecfc59772b8e828f08ac8c39a3ddfdc0a24d7d603afa7e45b"
6
license "MIT"
7
- revision 1
8
head "https://github.com/microsoft/sbom-tool.git", branch: "main"
9
10
# There can be a notable gap between when a version is tagged and a
0 commit comments