Files
catalyst/database/migrations/content.go
Jonas Plum 4d0dfba818 Remove malware playbook (#540)
* Remove malware playbook

Co-authored-by: Jonas Plum <git@jonasplum.de>
2022-10-22 21:32:18 +02:00

22 lines
422 B
Go

package migrations
import _ "embed"
//go:embed templates/default.json
var DefaultTemplateSchema string
//go:embed automations/hash.sha1.py
var SHA1HashAutomation string
//go:embed automations/vt.hash.py
var VTHashAutomation string
//go:embed automations/comment.py
var CommentAutomation string
//go:embed playbooks/phishing.yml
var PhishingPlaybook string
//go:embed playbooks/simple.yaml
var SimplePlaybook string