File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : yara-x
3
- version : " 1.2.1 "
3
+ version : " 1.3.0 "
4
4
epoch : 0
5
5
description : " A rewrite of YARA in Rust."
6
6
copyright :
@@ -25,7 +25,7 @@ pipeline:
25
25
- uses : git-checkout
26
26
with :
27
27
repository : https://github.com/VirusTotal/yara-x
28
- expected-commit : 02d649bd1ff35789757a515d0fd3bbdfaf411ef3
28
+ expected-commit : ad1a45957ca12397b1ebe9052ce4b50b3b55f518
29
29
tag : v${{package.version}}
30
30
31
31
- uses : rust/cargobump
59
59
- go
60
60
- pkgconf-dev
61
61
pipeline :
62
+ # TODO: re-enable once malcontent is released to support the breaking changes in v1.3.0
63
+ # - runs: |
64
+ # git clone https://github.com/chainguard-dev/malcontent.git
65
+ # cd malcontent
66
+ # time -v go run cmd/mal/mal.go --min-risk critical --min-file-risk critical scan yr /usr:
62
67
- uses : test/tw/ldd-check
63
68
- uses : test/pkgconf
64
69
- runs : |
75
80
- runs : |
76
81
yr --help
77
82
yr --version | grep ${{package.version}}
78
- - runs : |
79
- git clone https://github.com/chainguard-dev/malcontent.git
80
- cd malcontent
81
- time -v go run cmd/mal/mal.go --min-risk critical --min-file-risk critical scan yr /usr
You can’t perform that action at this time.
0 commit comments