Skip to content

Commit

Permalink
specify devel version
Browse files Browse the repository at this point in the history
this changed on release-utils side at some point

Signed-off-by: Spencer Schrock <[email protected]>
  • Loading branch information
spencerschrock committed Apr 12, 2024
1 parent 7fedfbf commit 0ff5273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/scorecard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func TestRunScorecard(t *testing.T) {
Name: "github.com/ossf/scorecard",
},
Scorecard: ScorecardInfo{
Version: "devel",
CommitSHA: "unknown",
},
},
Expand Down Expand Up @@ -229,6 +230,7 @@ func TestExperimentalRunProbes(t *testing.T) {
},
},
Scorecard: ScorecardInfo{
Version: "devel",
CommitSHA: "unknown",
},
Findings: []finding.Finding{
Expand Down

0 comments on commit 0ff5273

Please sign in to comment.