-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Support a configurable Rekor URL #372
Labels
area:container
Issue with the generic container generator
area:generic
Issue with the generic generator
area:go
Issue related to the Go ecosystem
area:tests
An issue with tests (unit, e2e, etc.)
status:duplicate
This issue or pull request already exists
type:feature
New feature or request
Comments
asraa
added
type:feature
New feature or request
status:triage
Issue that has not been triaged
labels
Jun 21, 2022
This came up in #34 previously. |
ianlewis
added
area:generic
Issue with the generic generator
go
Pull requests that update Go code
area:go
Issue related to the Go ecosystem
area:tests
An issue with tests (unit, e2e, etc.)
and removed
status:triage
Issue that has not been triaged
go
Pull requests that update Go code
labels
Jun 22, 2022
Created #387 to cover updating the e2e tests |
naveensrinivasan
added a commit
to naveensrinivasan/slsa-github-generator
that referenced
this issue
Jun 24, 2022
- Provided an option to configure the rekor server. - Fixes slsa-framework#372 Signed-off-by: naveensrinivasan <[email protected]>
naveensrinivasan
added a commit
to naveensrinivasan/slsa-github-generator
that referenced
this issue
Jun 24, 2022
- Provided an option to configure the rekor server. - Fixes slsa-framework#372 Signed-off-by: naveensrinivasan <[email protected]>
naveensrinivasan
added a commit
to naveensrinivasan/slsa-github-generator
that referenced
this issue
Jun 24, 2022
- Provided an option to configure the rekor server. - Fixes slsa-framework#372 Signed-off-by: naveensrinivasan <[email protected]>
laurentsimon
added a commit
that referenced
this issue
Jun 27, 2022
* Option to configure rekor server. - Provided an option to configure the rekor server. - Fixes #372 Signed-off-by: naveensrinivasan <[email protected]> * mend Co-authored-by: laurentsimon <[email protected]>
Reopen to support in generic workflow |
laurentsimon
added a commit
to laurentsimon/slsa-github-generator
that referenced
this issue
Jun 29, 2022
* Option to configure rekor server. - Provided an option to configure the rekor server. - Fixes slsa-framework#372 Signed-off-by: naveensrinivasan <[email protected]> * mend Co-authored-by: laurentsimon <[email protected]>
#391 Adds an option to configure the Rekor server address internally but we still need to support inputs to the workflows and a way to configure the TUF trust roots. |
This issue is subsumed by #3607 which will cover all sigstore servers including Fulcio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:container
Issue with the generic container generator
area:generic
Issue with the generic generator
area:go
Issue related to the Go ecosystem
area:tests
An issue with tests (unit, e2e, etc.)
status:duplicate
This issue or pull request already exists
type:feature
New feature or request
Is your feature request related to a problem? Please describe.
This will allow for people to configure a rekor URL for upload, which will mean we can configure verifier e2e tests to use rekor staging and avoid rate limiting.
Describe the solution you'd like
This should be defined as an input
The text was updated successfully, but these errors were encountered: