Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osv-scanner: update to 1.9.1. #52840

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/osv-scanner/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'osv-scanner'
pkgname=osv-scanner
version=1.8.5
version=1.9.1
revision=1
build_style=go
go_import_path="github.com/google/osv-scanner"
go_package="${go_import_path}/cmd/osv-scanner"
go_ldflags="-X main.version=${version}"
make_check_args="-skip=_LocalDatabases"
make_check_args="-skip=(_LocalDatabases|_Update)"
short_desc="Vulnerability scanner which uses the data provided by https://osv.dev"
maintainer="icp <[email protected]>"
license="Apache-2.0"
homepage="https://google.github.io/osv-scanner/"
changelog="https://raw.githubusercontent.com/google/osv-scanner/main/CHANGELOG.md"
distfiles="https://github.com/google/osv-scanner/archive/refs/tags/v${version}.tar.gz"
checksum=27e95d475b26ee195aeea240799b091fd2654faca5336537950fb245f320df85
checksum=ebb7f5017c6fe0c9aad25c520a44ac32d0424efb75f87641f66d5c2ef4fafe1a
Loading