File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ package commands
2
2
3
3
import (
4
4
"fmt"
5
+ "log"
6
+
5
7
prereceive "github.com/Checkmarx/secret-detection/pkg/hooks/pre-receive"
6
8
"github.com/MakeNowJust/heredoc"
7
9
"github.com/checkmarx/ast-cli/internal/params"
8
10
"github.com/checkmarx/ast-cli/internal/wrappers"
9
11
"github.com/spf13/cobra"
10
- "log"
11
12
)
12
13
13
14
const (
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ package commands
2
2
3
3
import (
4
4
"fmt"
5
+ "strings"
6
+
5
7
precommit "github.com/Checkmarx/secret-detection/pkg/hooks/pre-commit"
6
8
"github.com/MakeNowJust/heredoc"
7
9
"github.com/checkmarx/ast-cli/internal/wrappers"
8
10
"github.com/spf13/cobra"
9
- "strings"
10
11
)
11
12
12
13
// PreCommitCommand creates the pre-commit subcommand
You can’t perform that action at this time.
0 commit comments