diff options
author | Zach Koopmans <zkoopmans@google.com> | 2021-02-10 10:46:31 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-10 10:48:48 -0800 |
commit | 1ac58cc23e7c069ff59ddea333a89c5c5972a555 (patch) | |
tree | af20919ec18fd1a600c103401dc1729e733beebc /runsc/cmd/BUILD | |
parent | b9db7db3bdfe1405d14465bb7ad8fb33637fd840 (diff) |
Add mitigate command to runsc
PiperOrigin-RevId: 356772367
Diffstat (limited to 'runsc/cmd/BUILD')
-rw-r--r-- | runsc/cmd/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runsc/cmd/BUILD b/runsc/cmd/BUILD index 19520d7ab..e3e289da3 100644 --- a/runsc/cmd/BUILD +++ b/runsc/cmd/BUILD @@ -22,6 +22,7 @@ go_library( "install.go", "kill.go", "list.go", + "mitigate.go", "path.go", "pause.go", "ps.go", @@ -59,6 +60,7 @@ go_library( "//runsc/flag", "//runsc/fsgofer", "//runsc/fsgofer/filter", + "//runsc/mitigate", "//runsc/specutils", "@com_github_google_subcommands//:go_default_library", "@com_github_opencontainers_runtime_spec//specs-go:go_default_library", |