Date: Saturday, August 27, 2022 @ 10:44:56 Author: foxboron Revision: 1284683
upgpkg: docker-scan 0.19.0-1 Modified: docker-scan/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-27 10:43:04 UTC (rev 1284682) +++ PKGBUILD 2022-08-27 10:44:56 UTC (rev 1284683) @@ -1,7 +1,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=docker-scan -pkgver=0.18.0 +pkgver=0.19.0 pkgrel=1 pkgdesc="Docker Scan is a Command Line Interface to run vulnerability detection on your Dockerfiles and Docker images" arch=('x86_64') @@ -8,7 +8,7 @@ url="https://github.com/docker/scan-cli-plugin" license=("Apache") makedepends=('go' 'git') -_commit=c3104a7315462fc05df1c2231181f7daadab5f7e #refs/tags/v0.18.0 +_commit=9c797021449e3192a46ba86730d6f0e5409b6614 #refs/tags/v0.19.0 source=("git+https://github.com/docker/scan-cli-plugin.git#commit=${_commit}") sha512sums=('SKIP')
