Skip to content

Commit 1680a3e

Browse files
committed
fix: Update privateer-sdk to v1.12.1 to fix ToSARIF compilation error
- Update from v1.10.0 to v1.12.1 - Fixes 'not enough arguments in call to suite.EvaluationLog.ToSARIF' error - Resolves build and lint workflow failures
1 parent 6fa2a83 commit 1680a3e

File tree

2 files changed

+101
-8
lines changed

2 files changed

+101
-8
lines changed

go.mod

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,45 @@ require (
77
github.com/migueleliasweb/go-github-mock v1.4.0
88
github.com/ossf/gemara v0.13.0
99
github.com/ossf/si-tooling/v2 v2.0.5-0.20250508212737-7ddcc8c43db9
10-
github.com/privateerproj/privateer-sdk v1.10.0
10+
github.com/privateerproj/privateer-sdk v1.12.1
1111
github.com/rhysd/actionlint v1.7.8
1212
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
1313
golang.org/x/oauth2 v0.32.0
1414
)
1515

1616
require (
17+
dario.cat/mergo v1.0.0 // indirect
18+
github.com/Microsoft/go-winio v0.6.2 // indirect
19+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
20+
github.com/cloudflare/circl v1.6.1 // indirect
21+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
1722
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1823
github.com/defenseunicorns/go-oscal v0.7.0 // indirect
24+
github.com/emirpasic/gods v1.18.1 // indirect
25+
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
26+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
27+
github.com/go-git/go-git/v5 v5.16.3 // indirect
1928
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
2029
github.com/goccy/go-yaml v1.18.0 // indirect
30+
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
2131
github.com/google/go-github/v71 v71.0.0 // indirect
2232
github.com/google/go-github/v73 v73.0.0 // indirect
2333
github.com/google/go-querystring v1.1.0 // indirect
2434
github.com/google/uuid v1.6.0 // indirect
2535
github.com/gorilla/mux v1.8.1 // indirect
36+
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
37+
github.com/kevinburke/ssh_config v1.2.0 // indirect
38+
github.com/pjbgf/sha1cd v0.3.2 // indirect
2639
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2740
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
41+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
42+
github.com/skeema/knownhosts v1.3.1 // indirect
43+
github.com/xanzy/ssh-agent v0.3.3 // indirect
2844
go.yaml.in/yaml/v3 v3.0.4 // indirect
2945
go.yaml.in/yaml/v4 v4.0.0-rc.2 // indirect
46+
golang.org/x/crypto v0.37.0 // indirect
3047
golang.org/x/time v0.11.0 // indirect
48+
gopkg.in/warnings.v0 v0.1.2 // indirect
3149
)
3250

3351
require (
@@ -58,7 +76,7 @@ require (
5876
github.com/spf13/viper v1.21.0 // indirect
5977
github.com/stretchr/testify v1.11.1
6078
github.com/subosito/gotenv v1.6.0 // indirect
61-
golang.org/x/net v0.38.0 // indirect
79+
golang.org/x/net v0.39.0 // indirect
6280
golang.org/x/sync v0.17.0 // indirect
6381
golang.org/x/sys v0.36.0 // indirect
6482
golang.org/x/text v0.28.0 // indirect

0 commit comments

Comments
 (0)