Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Lopez committed Oct 11, 2019
1 parent a0733bd commit 95022d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
6 changes: 1 addition & 5 deletions docker/security/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
load("@pip_deps//:requirements.bzl", "requirement")
load("@subpar//:subpar.bzl", "par_binary")

package(default_visibility = ["//visibility:public"])
Expand All @@ -26,11 +25,8 @@ par_binary(
name = "security_check",
srcs = ["security_check.py"],
main = "security_check.py",
python_version = "PY2",
python_version = "PY3",
visibility = ["//visibility:public"],
deps = [
requirement("PyYaml"),
],
)

bzl_library(
Expand Down
7 changes: 7 additions & 0 deletions repositories/go_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,10 @@ def go_deps():
commit = "9ff306d4fbead574800b66369df5b6144732d58e", # v1.1.0
importpath = "github.com/kylelemons/godebug",
)
if "com_github_ghodss_yaml" not in excludes:
go_repository(
name = "com_github_ghodss_yaml",
importpath = "github.com/ghodss/yaml",
sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=",
version = "v1.0.0",
)
18 changes: 0 additions & 18 deletions testing/examples/.bazelrc

This file was deleted.

0 comments on commit 95022d3

Please sign in to comment.