forked from Checkmarx/kics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename project to KICS (Checkmarx#334)
* renaming ice to kics (Checkmarx#2) * Complete renaming process (Checkmarx#3) * remove ast dependencies (Checkmarx#4) * remove ast dependencies (Checkmarx#4) * fixed lint issue Co-authored-by: Rui Gomes <[email protected]>
- Loading branch information
1 parent
9593b69
commit da689e8
Showing
31 changed files
with
102 additions
and
633 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,19 @@ | ||
module github.com/checkmarxDev/ice | ||
module github.com/Checkmarx/kics | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/agnivade/levenshtein v1.1.0 | ||
github.com/checkmarxDev/repostore v1.0.3 | ||
github.com/checkmarxDev/scans v1.5.5 | ||
github.com/golang/mock v1.4.4 | ||
github.com/google/go-cmp v0.5.0 // indirect | ||
github.com/google/uuid v1.1.2 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/hashicorp/hcl/v2 v2.7.0 | ||
github.com/jmoiron/sqlx v1.2.0 | ||
github.com/lib/pq v1.8.0 | ||
github.com/mailru/easyjson v0.7.6 | ||
github.com/open-policy-agent/opa v0.24.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/rs/zerolog v1.20.0 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/viper v1.7.1 | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/zclconf/go-cty v1.7.0 | ||
google.golang.org/grpc v1.33.1 | ||
google.golang.org/protobuf v1.25.0 | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 | ||
) |
Oops, something went wrong.