Skip to content

Commit fca9ac1

Browse files
BrewTestBotchenrui333
authored andcommitted
cdxgen 11.11.0
cdxgen: dosai 2.0.3 Signed-off-by: Rui Chen <[email protected]>
1 parent 9f98fd7 commit fca9ac1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/c/cdxgen.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Cdxgen < Formula
22
desc "Creates CycloneDX Software Bill-of-Materials (SBOM) for projects"
33
homepage "https://github.com/CycloneDX/cdxgen"
4-
url "https://registry.npmjs.org/@cyclonedx/cdxgen/-/cdxgen-11.10.0.tgz"
5-
sha256 "e4114390234eb04d77fbfdc838fc198d09d22b2006b55df8afeb609101eace7e"
4+
url "https://registry.npmjs.org/@cyclonedx/cdxgen/-/cdxgen-11.11.0.tgz"
5+
sha256 "14646334e390b67f43603e98a5b3b255121e076034e8b27a16a4be1aad496c92"
66
license "Apache-2.0"
77

88
bottle do
@@ -21,8 +21,8 @@ class Cdxgen < Formula
2121
depends_on "trivy"
2222

2323
resource "dosai" do
24-
url "https://github.com/owasp-dep-scan/dosai/archive/refs/tags/v2.0.1.tar.gz"
25-
sha256 "2aa3451739de4c77ad820154d8413fbcc478a09279a54a5feb945582dd9e0cd8"
24+
url "https://github.com/owasp-dep-scan/dosai/archive/refs/tags/v2.0.3.tar.gz"
25+
sha256 "c66f96ab143e5e62262b963142b55f9ca7ae6708d175f62c0130b805dac226a5"
2626
end
2727

2828
def install

0 commit comments

Comments
 (0)