Skip to content

Commit

Permalink
fix lint error unused schema var
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamrgs committed Mar 13, 2024
1 parent 0e90afd commit e3f5aef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions models/validator/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ var component = reflect.TypeOf(Empty{}).PkgPath()
var log *logger.Log

var oca_cacao_schemas string = "https://raw.githubusercontent.com/opencybersecurityalliance/cacao-roaster/main/lib/cacao-json-schemas/schemas/playbook.json"
var oasis_cacao_schemas string = "https://raw.githubusercontent.com/oasis-open/cacao-json-schemas/main/schemas/playbook.json"
var cyentific_cacao_schemas string = "https://raw.githubusercontent.com/cyentific-rni/cacao-json-schemas/cacao-v2.0-csd03/schemas/playbook.json"

//var oasis_cacao_schemas string = "https://raw.githubusercontent.com/oasis-open/cacao-json-schemas/main/schemas/playbook.json"
//var cyentific_cacao_schemas string = "https://raw.githubusercontent.com/cyentific-rni/cacao-json-schemas/cacao-v2.0-csd03/schemas/playbook.json"

func init() {
log = logger.Logger(component, logger.Info, "", logger.Json)
Expand Down

0 comments on commit e3f5aef

Please sign in to comment.