Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
add kaspersky av
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Nov 26, 2018
1 parent 5f9397e commit 212a94b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.26
v0.3.27
2 changes: 1 addition & 1 deletion config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#######################################################################

title = "Malice Runtime Configuration"
version = "v0.3.26"
version = "v0.3.27"

[author]
name = "blacktop"
Expand Down
4 changes: 2 additions & 2 deletions plugins/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions plugins/plugins.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,16 @@ title = "Malice Plugin Configurations"
build = false
mime = "*"

[[plugin]]
enabled = true
name = "kaspersky"
description = "Kaspersky AntiVirus"
category = "av"
image = "malice/kaspersky"
repository = "https://github.com/malice-plugins/kaspersky.git"
build = false
mime = "*"

[[plugin]]
enabled = true
name = "mcafee"
Expand Down

0 comments on commit 212a94b

Please sign in to comment.