microsoft / ebpf-for-windows

eBPF implementation that runs on top of Windows
MIT License
2.86k stars 220 forks source link

Scorecards job failing for most merged PRs #2936

Open rectified95 opened 11 months ago

rectified95 commented 11 months ago

Describe the bug

Example failure at the bottom: https://github.com/microsoft/ebpf-for-windows/actions/runs/6383992434/job/17325721329

This looks like some private endpoint used for signing the results is no longer available:

Generating ephemeral keys...
Retrieving signed certificate...
2023/10/02 18:26:05 error signing scorecard results: getting key from Fulcio: retrieving cert: client: Post "https://fulcio.sigstore.dev/api/v1/signingCert": dial tcp 54.185.253.63:443: connect: connection refused

Steps taken to reproduce bug

submit a PR

Expected behavior

our merged PRs have the green checkmar signifying all jobs passed, including this optional one. Otherwise, we might as well remove this.

Actual outcome

scorecards job has been failing for a while

shankarseal commented 11 months ago

@rectified95 please consult with @nibanks for this issue.