File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ type ScanResult struct {
24
24
Label string `json:"label,omitempty"`
25
25
ID string `json:"id,omitempty"`
26
26
SimilarityID string `json:"similarityId,omitempty"`
27
+ AlternateID string `json:"alternateId,omitempty"`
27
28
Status string `json:"status,omitempty"`
28
29
State string `json:"state,omitempty"`
29
30
Severity string `json:"severity,omitempty"`
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import (
14
14
"github.com/checkmarx/ast-cli/internal/commands"
15
15
"github.com/checkmarx/ast-cli/internal/params"
16
16
"github.com/checkmarx/ast-cli/internal/wrappers"
17
- "github.com/checkmarx/ast-cli/internal/wrappers/configuration"
18
17
"github.com/spf13/cobra"
19
18
"github.com/spf13/viper"
20
19
"gotest.tools/assert"
@@ -57,7 +56,6 @@ func bindProxy(t *testing.T) {
57
56
func createASTIntegrationTestCommand (t * testing.T ) * cobra.Command {
58
57
bindProxy (t )
59
58
bindKeysToEnvAndDefault (t )
60
- configuration .LoadConfiguration ()
61
59
_ = viper .BindEnv (pat )
62
60
viper .AutomaticEnv ()
63
61
viper .Set ("CX_TOKEN_EXPIRY_SECONDS" , 2 )
You can’t perform that action at this time.
0 commit comments