slsa-verifier icon indicating copy to clipboard operation
slsa-verifier copied to clipboard

Verify provenance from SLSA compliant builders

Results 123 slsa-verifier issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

This PR - allow supplying a SigstoreTufClient - adds a guide on how to use in `./docs/Api-Library.md` - enables --print-provenance Offline rekor verification already works so long as the provenance...

Followup to https://github.com/slsa-framework/slsa-verifier/pull/760 Fix the .github/workflows/update-actions-dist-post-commit.yml workflow to also signoff commit # Testing - [x] Invoked this PR's branch copy of the workflow against #717, and it did signoff the...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`18.19.28` -> `18.19.33`](https://renovatebot.com/diffs/npm/@types%2fnode/18.19.28/18.19.33) |...

Making the `download-artifacts.sh` script be more useful. Before, it would error upon seeing some zip files that it doesn't expect to be in the GH release. I think the script...

An off-line mode would enable the use of `slsa-verifier` in air-gapped environments, which are isolated from any network connection for security reasons. Cosign [already support this](https://github.com/sigstore/cosign?tab=readme-ov-file#verify-a-container-in-an-air-gapped-environment), so I am assuming...

See https://github.com/cli/cli/pull/8698/ for required code changes

See VSA https://slsa.dev/verification_summary/v0.2 High-level verification in CLI: ```shell $ slsa-verifier verify-vsa --vsa-path verifier-id google.com [--resource-uri ] --policy-level X ```

type:feature

Please can you make SHA256SUM.md more machine/script friendly. At present, for example, it is not possible to use it in scripts with `pipefail` enabled beause `sha256sum -c --ignore-missing --strict SHA256SUM.md`...

The reusable workflow can be pinned by hash, version or tag in general. However: 1. Pinned by hash makes it pretty hard to retrieve the branch during verification. 2. Pinned...

type:feature