sigstore / sget-rs

sget is a keyless safe script retrieval and execution tool
Apache License 2.0
18 stars 13 forks source link

Verify the root policy #42

Closed jyotsna-penumaka closed 2 years ago

jyotsna-penumaka commented 2 years ago

Resolves #10 Signed-off-by: jyotsna-penumaka jpenumak@redhat.com

Summary

Ticket Link

Fixes

Release Note

lkatalin commented 2 years ago

@lukehinds @imjasonh Any ideas why the clippy test would be stuck? Do we have a clippy test in our workflow? This link suggests not having one could be a cause. I'm seeing a command to add clippy but not seeing one to actually run it here. But I'm also not extremely familiar with the GH workflows. I've already tried to re-trigger the jobs, but it got stuck again.

lukehinds commented 2 years ago

I removed it from the branch protection, but can't clear the job

@jyotsna-penumaka can you push the following to this branch:

git commit --allow-empty -m "Trigger Build"

lkatalin commented 2 years ago

I fixed the hanging clippy test by deleting it from branch protections altogether. We do want it enabled, though... I'll make sure there's an issue for it.