Skip to content

Commit 06a8b50

Browse files
committed
Turn off malcontent test while upgrades are in progress
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent 5be697b commit 06a8b50

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

yara-x.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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)