Skip to content

Commit

Permalink
chore(dispatch): serve .well-known/sigstore.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonianb committed Aug 27, 2024
1 parent 64288c5 commit 85e0778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dispatch-worker/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export default {
},
)
return Response.json(script)
} else if (url.pathname === "/.well-known/sigstore.json") {
// TODO: serve sigstore bundle
}

// Check worker balance
Expand Down

0 comments on commit 85e0778

Please sign in to comment.