Skip to content

Commit a91f088

Browse files
committed
add KVRT download recipe
1 parent 0e07c13 commit a91f088

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
Description: Downloads the latest DataDog Agent for Windows
3+
Identifier: com.github.jgstew.download.KasperskyVirusRemovalTool-Win
4+
Input:
5+
NAME: KasperskyVirusRemovalTool-Win
6+
DisplayName: KasperskyVirusRemovalTool
7+
MinimumVersion: "2.3"
8+
Process:
9+
- Processor: URLDownloaderPython
10+
Arguments:
11+
url: https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe
12+
filename: KVRT.exe
13+
download_version: ""
14+
COMPUTE_HASHES: True
15+
16+
- Processor: EndOfCheckPhase
17+
18+
# get FileVersion from EXE and save to `version` variable
19+
- Processor: com.github.jgstew.SharedProcessors/FileExeGetInfoPE
20+
21+
# verify version is set correctly, at least major.minor:
22+
- Processor: com.github.jgstew.SharedProcessors/TextSearcher
23+
Arguments:
24+
input_string: "%version%"
25+
re_pattern: '^\d+\.\d+'

0 commit comments

Comments
 (0)