Skip to content

Minor README fix

Compare
Choose a tag to compare
@hxtk hxtk released this 29 Dec 23:33
· 99 commits to main since this release

Change log

  • Ensure README displays correct instructions for setting up WORKSPACE

WORKSPACE Configuration

http_archive(
    name = "com_github_hxtk_rules_anchore",
    sha256 = "929d7dbe0b3081677240714ea11f6f3fa9d7ee96af67f5d11a50ae500b145d87",
    strip_prefix = "rules_anchore-2.1.1",
    urls = ["https://github.com/hxtk/rules_anchore/archive/refs/tags/v2.1.1.zip"],
)

load("@com_github_hxtk_rules_anchore//:deps.bzl", "anchore_deps")

anchore_deps()

load("@com_github_hxtk_rules_anchore//:extra_deps.bzl", "anchore_extra_deps")

# By default, this method configures a Go toolchain. If you have already
# configured a Go toolchain in your WORKSPACE, pass `configure_go=False`.
anchore_extra_deps()