Skip to content

Commit 2975666

Browse files
authored
Merge pull request #58179 from wolfi-dev/wolfictl-51d279bf-d64e-4de2-b338-884f6481e1d4
yara-x/1.3.0 package update
2 parents 155dc4c + 06a8b50 commit 2975666

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

yara-x.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: yara-x
3-
version: "1.2.1"
3+
version: "1.3.0"
44
epoch: 0
55
description: "A rewrite of YARA in Rust."
66
copyright:
@@ -25,7 +25,7 @@ pipeline:
2525
- uses: git-checkout
2626
with:
2727
repository: https://github.com/VirusTotal/yara-x
28-
expected-commit: 02d649bd1ff35789757a515d0fd3bbdfaf411ef3
28+
expected-commit: ad1a45957ca12397b1ebe9052ce4b50b3b55f518
2929
tag: v${{package.version}}
3030

3131
- uses: rust/cargobump
@@ -59,6 +59,11 @@ test:
5959
- go
6060
- pkgconf-dev
6161
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:
6267
- uses: test/tw/ldd-check
6368
- uses: test/pkgconf
6469
- runs: |
@@ -75,7 +80,3 @@ test:
7580
- runs: |
7681
yr --help
7782
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

0 commit comments

Comments
 (0)