The complexities of identifying and tracking open-source software (OSS) to comply with license requirements adds friction to the development process and can result in product-release delays. At VMware, we solve this problem using Bazel to create an accurate bill of materials containing OSS and third-party packages during a build.
Users outside of vmware are unable to access gitlab.eng.vmware.com. This prevents the README example from building. Let's use the public rules so bazel build //examples:tar-oss-audit can work in an OSS context.
@luxe, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction.
Users outside of vmware are unable to access gitlab.eng.vmware.com. This prevents the README example from building. Let's use the public rules so
bazel build //examples:tar-oss-audit
can work in an OSS context.