Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sbom-tool 2.2.9 #191156

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/s/sbom-tool.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class SbomTool < Formula

Check warning on line 1 in Formula/s/sbom-tool.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

No bottle built for sbom-tool!

sbom-tool has unbottled dependencies, so a bottle will not be built.
desc "Scalable and enterprise ready tool to create SBOMs for any variety of artifacts"
homepage "https://github.com/microsoft/sbom-tool"
url "https://github.com/microsoft/sbom-tool/archive/refs/tags/v2.2.8.tar.gz"
sha256 "f7017b0a38cd8fee05024ccb6dbfd9e450219fa3b34bd21a2eaed47eebe2feeb"
url "https://github.com/microsoft/sbom-tool/archive/refs/tags/v2.2.9.tar.gz"
sha256 "013dbd84214ae9b41918138fc0292570b0819cb9284a860363eb2532dda204e5"
license "MIT"
head "https://github.com/microsoft/sbom-tool.git", branch: "main"

Expand Down
Loading