mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/trivy: disable on s390x due to failing tests
This commit is contained in:
parent
650b611dd7
commit
443df13ff4
@ -5,7 +5,7 @@ pkgver=0.5.2
|
||||
pkgrel=0
|
||||
pkgdesc="A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI"
|
||||
url="https://github.com/aquasecurity/trivy"
|
||||
arch="all"
|
||||
arch="all !s390x" # tests SIGSEGV on s390x
|
||||
license="AGPL-3.0-or-later"
|
||||
makedepends="btrfs-progs-dev go linux-headers lvm2-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/aquasecurity/trivy/archive/v$pkgver.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user