0.0.8
WORKSPACE setup
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_license",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.8/rules_license-0.0.8.tar.gz",
"https://github.com/bazelbuild/rules_license/releases/download/0.0.8/rules_license-0.0.8.tar.gz",
],
sha256 = "241b06f3097fd186ff468832150d6cc142247dc42a32aaefb56d0099895fd229",
)
What's Changed
- Prefer getpass.getuser() over os.getlogin() by @mering in #109
- Fix path in usage comment by @mering in #108
- Remove deprecated argument by @mering in #118
- Get the CI working again by @aiuto in #120
- add rule_gathering/readme. by @aiuto in #119
- Fix checker demo by @mering in #114
- update roadmap. by @aiuto in #121
- doc fix by @aiuto in #123
- Change target to targets for license_policy_check by @aiuto in #122
- Move licenses_file to separate output group by @mzeren-vmw in #125
- Introduce workspace SBOM generator by @TheGrizzlyDev in #124
- gitignore by @aiuto in #126
- import sbom from tools, because that's the module by @mzeren-vmw in #127
- Add support for package_metadata by @keith in #139
New Contributors
- @mering made their first contribution in #109
- @mzeren-vmw made their first contribution in #125
- @TheGrizzlyDev made their first contribution in #124
- @keith made their first contribution in #139
Full Changelog: 0.0.7...0.0.8