Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed May 16, 2022
1 parent bb988e6 commit 431578a
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 3 deletions.
3 changes: 0 additions & 3 deletions checks/raw/packaging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ import (
"testing"

"github.com/rhysd/actionlint"

scut "github.com/ossf/scorecard/v4/utests"
)

func TestIsPackagingWorkflow(t *testing.T) {
Expand Down Expand Up @@ -106,7 +104,6 @@ func TestIsPackagingWorkflow(t *testing.T) {
if len(errs) > 0 && workflow == nil {
panic(fmt.Errorf("cannot parse file: %w", err))
}
dl := scut.TestDetailLogger{}
p := strings.Replace(tt.filename, "./testdata/", "", 1)

_, ok := isPackagingWorkflow(workflow, p)
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ require (
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
github.com/ossf/scorecard v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/prometheus v2.5.0+incompatible // indirect
github.com/rivo/uniseg v0.2.0 // indirect
Expand Down
Loading

0 comments on commit 431578a

Please sign in to comment.