Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/test.go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
workflow_dispatch:
env:
OSV_VERSION: 'v2.2.2'
OSV_VERSION: 'v2.3.5'
jobs:
test-x86:
name: Go Test
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
project_name: wraith

env:
- OSV_VERSION=v2.3.2
- OSV_VERSION=v2.3.5

before:
hooks:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/ghostsecurity/wraith

go 1.25.6
go 1.25.9
2 changes: 1 addition & 1 deletion scripts/download-osv-scanner.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

OSV_VERSION="${OSV_VERSION:-v2.3.2}"
OSV_VERSION="${OSV_VERSION:-v2.3.5}"
BUILD_DIR="build/osv-scanner"

echo "Downloading osv-scanner ${OSV_VERSION}..."
Expand Down
Loading