slsa-github-generator icon indicating copy to clipboard operation
slsa-github-generator copied to clipboard

Language-agnostic SLSA provenance generation for Github Actions

Results 279 slsa-github-generator issues
Sort by recently updated
recently updated
newest added
trafficstars

See https://github.com/slsa-framework/slsa-github-generator/pull/35/files#r858908103 Something to try.

status:help wanted
action:detect-workflow
type:refactor

**Describe the bug** Improve repository's OpenSSF Scorecard score (currently at 7.1) **To Reproduce** `docker run -e GITHUB_AUTH_TOKEN gcr.io/openssf/scorecard:stable --show-details --repo=https://github.com/slsa-framework/slsa-github-generator --format=json > scorecard_slsa-framework_slsa-github-generator.json` **Expected behavior** - Branch Protections could be...

type:bug
status:help wanted

Leaks of: 1. `GITHUB_TOKEN` which allows requesting certs from Fulcio. Not sure yet what we can do here, besides hardening our implementation and verifying that the keys don't leak in...

type:feature

The go project does support hermeticity at the moment by building in 2 steps: 1. Vendoring `go mod vendor` 2. Build with `go build --mod=vendor` However we currently: 1. Do...

type:feature

We may want to make it easier for users to generate/upload provenance on a registry. Either we do the upload for them, or we properly document how to do it...

type:documentation
type:feature
workflow:container

This Pull Request: - adds the digest input - Fix: attestation generation (adds the missing subjects) - remove already set env variables co-authored-by @jobroe10 We made these changes while using...

Document examples using [Connaisseur](https://sse-secure-systems.github.io/connaisseur/v2.6.1/) to verify provenance.

type:documentation
workflow:container

I'm not sure this should be handled via an OSSF-org policy or if individual projects needs their own. @david-a-wheeler can you advise?

type:feature