Skip to content

Commit

Permalink
[Remove] debug
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
  • Loading branch information
mihaimaruseac committed Dec 28, 2022
1 parent b50153b commit f20b76c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/slsa-verifier/main_regression_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ func Test_runVerifyGHAArtifactPath(t *testing.T) {
} else {
provenancePath = filepath.Clean(filepath.Join(TEST_DIR, v, tt.provenancePath))
}
fmt.Printf("DEBUG %v %v\n", provenancePath, fmt.Sprintf("%s.intoto.jsonl", filepath.Join(TEST_DIR, v, tt.artifacts[0])))

artifacts := make([]string, len(tt.artifacts))
for i, artifact := range tt.artifacts {
Expand Down

0 comments on commit f20b76c

Please sign in to comment.