Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
Signed-off-by: Raghav Kaul <[email protected]>
  • Loading branch information
raghavkaul committed Jun 6, 2024
1 parent 3e50703 commit 67eed67
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions checks/evaluation/signed_releases_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
"github.com/ossf/scorecard/v5/finding"
"github.com/ossf/scorecard/v5/probes/releasesAreSigned"
"github.com/ossf/scorecard/v5/probes/releasesHaveProvenance"
"github.com/ossf/scorecard/v5/probes/releasesHaveVerifiedProvenance"
scut "github.com/ossf/scorecard/v5/utests"
)

Expand Down Expand Up @@ -65,13 +64,6 @@ func provenanceProbe(release, asset int, outcome finding.Outcome) finding.Findin
}
}

func verifiedProvenanceProbe(outcome finding.Outcome) finding.Finding {
return finding.Finding{
Probe: releasesHaveVerifiedProvenance.Probe,
Outcome: outcome,
}
}

func TestSignedReleases(t *testing.T) {
t.Parallel()
tests := []struct {
Expand Down

0 comments on commit 67eed67

Please sign in to comment.