Skip to content

Commit

Permalink
fixing gitignore issue
Browse files Browse the repository at this point in the history
Signed-off-by: chaosinthecrd <[email protected]>
  • Loading branch information
ChaosInTheCRD committed Feb 21, 2024
1 parent a1a1955 commit 220dc78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/verify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func TestVerifyPolicyWithFulcio(t *testing.T) {
}

vo := options.VerifyOptions{
PolicyFilePath: filepath.Join(cwd, "../test/policy-signed.json"),
PolicyFilePath: filepath.Join(cwd, "../test/fulcio-policy-signed.json"),
PolicyTimestampServers: []string{filepath.Join(workingDir, "freetsa.pem")},
PolicyCARootPaths: []string{filepath.Join(workingDir, "fulcio.pem")},
AttestationFilePaths: []string{filepath.Join(cwd, "../test/test.json")},
Expand Down
Loading

0 comments on commit 220dc78

Please sign in to comment.