1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-26 08:28:08 +00:00

Import os to fix issue in previous merge commit.

This commit is contained in:
Abubakr-Sadik Nii Nai Davis 2017-08-12 19:10:31 +00:00
parent dddea28713
commit 7c7d477d78

View File

@ -18,6 +18,7 @@ import (
"bytes"
"fmt"
"io"
"os"
"os/exec"
"regexp"
"strings"