Skip to content
Merged
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 osv-scanner.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: osv-scanner
version: 1.3.4
epoch: 1
version: 1.3.5
epoch: 0
description: Vulnerability scanner written in Go which uses the data provided by https://osv.dev
copyright:
- license: Apache-2.0
Expand All @@ -16,7 +16,7 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: 19229149eca937a4da60ca29416fe1ea6997655fd10e273b833082ef5977a3de
expected-sha256: fe4566f1159b33827ad64f86219c8a2f6497cf92fe8d8c9388a7148880396a38
uri: https://github.com/google/osv-scanner/archive/refs/tags/v${{package.version}}.tar.gz

- uses: go/build
Expand Down