We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be697b commit 06a8b50Copy full SHA for 06a8b50
yara-x.yaml
@@ -59,6 +59,11 @@ test:
59
- go
60
- pkgconf-dev
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:
67
- uses: test/tw/ldd-check
68
- uses: test/pkgconf
69
- runs: |
@@ -75,7 +80,3 @@ test:
75
80
76
81
yr --help
77
82
yr --version | grep ${{package.version}}
78
- - runs: |
79
- git clone https://github.com/chainguard-dev/malcontent.git
- cd malcontent
- time -v go run cmd/mal/mal.go --min-risk critical --min-file-risk critical scan yr /usr
0 commit comments