Package Details: grype-bin 0.77.1-1

Git Clone URL: https://aur.archlinux.org/grype-bin.git (read-only, click to copy)
Package Base: grype-bin
Description: A vulnerability scanner for container images and filesystems.
Upstream URL: https://github.com/anchore/grype
Licenses: Apache
Submitter: raydelrosario
Maintainer: Varakh
Last Packager: Varakh
Votes: 7
Popularity: 0.21
First Submitted: 2022-05-24 00:51 (UTC)
Last Updated: 2024-04-26 17:23 (UTC)

Latest Comments

Varakh commented on 2023-10-21 07:48 (UTC) (edited on 2023-10-21 07:51 (UTC) by Varakh)

Absolutely right, I haven't changed that since the ownership transfer. Moved it to /usr/bin now.

micwoj92 commented on 2023-10-21 07:41 (UTC)

Should not install as /usr/local/bin/grype, but as /usr/bin/grype.

Varakh commented on 2022-08-06 13:24 (UTC)

kizar, feel free to request co maintainership. I have been on vacation. :-)

kizar commented on 2022-08-05 21:00 (UTC)

Could you update the package more frequently? You can subscribe to new releases in GitHub => https://github.com/anchore/grype/releases

raydelrosario commented on 2022-05-27 22:14 (UTC)

Thank you for your help, yes, of course, now the package has the new name

The999eagle commented on 2022-05-23 09:14 (UTC)

As this package uses an upstream deliverable directly instead of compiling, it should be named grype-bin according to https://wiki.archlinux.org/title/AUR_submission_guidelines#Rules_of_submission. Can you please rename this?

Varakh commented on 2022-03-30 07:05 (UTC)

Nice. :-) Ok. Then ignore the pending request if you're still willing to maintain the package.

raydelrosario commented on 2022-03-30 00:16 (UTC)

Updated :)

Varakh commented on 2022-02-16 16:22 (UTC) (edited on 2022-03-15 21:17 (UTC) by Varakh)

Any chance this gets updated?

0.34.1:

# Maintainer: Michael Del Rosario <m@delrosariomichael.com>
pkgname='grype'
pkgver=0.34.1
pkgrel=1
pkgdesc='A vulnerability scanner for container images and filesystems.'
url='https://github.com/anchore/grype'
arch=('x86_64')
license=('Apache')
source=("https://github.com/anchore/grype/releases/download/v${pkgver}/grype_${pkgver}_linux_amd64.tar.gz")
sha256sums=('2d9ef137c6724468ff8c47c9e669eab6f837f72bb50489bd1c8701b073fc8567')
package() {
    install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/${pkgname}" 
}