Skip to content

Commit

Permalink
chore: update tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
betaboon committed May 19, 2024
1 parent 80d1075 commit 95508ac
Show file tree
Hide file tree
Showing 8 changed files with 1,191 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cat << EOF
bazel_dep(name = "rules_syft", version = "${TAG:1}")
syft_configure = use_extension("@rules_syft//syft:extensions.bzl", "syft")
syft_configure.toolchain(syft_version = "0.96.0")
syft_configure.toolchain(syft_version = "1.4.1")
use_repo(syft_configure, "syft_toolchains")
register_toolchains("@syft_toolchains//:all")
Expand All @@ -46,4 +46,4 @@ http_archive(
EOF

awk 'f;/--SNIP--/{f=1}' e2e/bzlmod/WORKSPACE.bazel
echo "\`\`\`"
echo "\`\`\`"
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bazel_dep(name = "stardoc", version = "0.6.2", dev_dependency = True)
bazel_dep(name = "aspect_bazel_lib", version = "1.37.0", dev_dependency = True)

syft = use_extension("//syft:extensions.bzl", "syft")
syft.toolchain(syft_version = "0.96.0")
syft.toolchain(syft_version = "1.4.1")
use_repo(syft, "syft_toolchains")

register_toolchains("@syft_toolchains//:all")
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rules_syft_dependencies()

syft_register_toolchains(
"syft",
syft_version = "0.96.0",
syft_version = "1.4.1",
)

load("@buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps")
Expand Down
2 changes: 1 addition & 1 deletion e2e/bzlmod/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local_path_override(
)

syft_configure = use_extension("@rules_syft//syft:extensions.bzl", "syft")
syft_configure.toolchain(syft_version = "0.96.0")
syft_configure.toolchain(syft_version = "1.4.1")
use_repo(syft_configure, "syft_toolchains")

register_toolchains("@syft_toolchains//:all")
2 changes: 1 addition & 1 deletion e2e/bzlmod/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ load("@rules_syft//syft:repositories.bzl", "syft_register_toolchains")

syft_register_toolchains(
"syft",
syft_version = "0.96.0",
syft_version = "1.4.1",
)
2 changes: 1 addition & 1 deletion e2e/generate/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local_path_override(
)

syft_configure = use_extension("@rules_syft//syft:extensions.bzl", "syft")
syft_configure.toolchain(syft_version = "0.96.0")
syft_configure.toolchain(syft_version = "1.4.1")
use_repo(syft_configure, "syft_toolchains")

register_toolchains("@syft_toolchains//:all")
2 changes: 1 addition & 1 deletion e2e/generate/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ load("@rules_syft//syft:repositories.bzl", "syft_register_toolchains")

syft_register_toolchains(
"syft",
syft_version = "0.96.0",
syft_version = "1.4.1",
)

http_archive(
Expand Down
1,189 changes: 1,183 additions & 6 deletions syft/private/versions.bzl

Large diffs are not rendered by default.

0 comments on commit 95508ac

Please sign in to comment.