We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d0dd7 commit 2d6b6b5Copy full SHA for 2d6b6b5
1 file changed
internal/commands/asca/asca-engine.go
@@ -1,6 +1,8 @@
1
package asca
2
3
import (
4
+ "strings"
5
+
6
"github.com/checkmarx/ast-cli/internal/commands/util/printer"
7
commonParams "github.com/checkmarx/ast-cli/internal/params"
8
"github.com/checkmarx/ast-cli/internal/services"
@@ -10,7 +12,6 @@ import (
10
12
"github.com/pkg/errors"
11
13
"github.com/spf13/cobra"
14
"github.com/spf13/viper"
- "strings"
15
)
16
17
const (
0 commit comments