chainloop icon indicating copy to clipboard operation
chainloop copied to clipboard

Chainloop is an Open Source evidence store for your Software Supply Chain attestations, SBOMs, VEX, SARIF, CSAF files, QA reports, and more.

Results 190 chainloop issues
Sort by recently updated
recently updated
newest added

Currently we have basic securityContext support in our chart, basically we require the user to put the rules in the values.yaml file and will get injected accordingly. Some of our...

good first issue
component/backend

I have a couple of usability suggestions that might be worth implementing - If we are using the discovery mode, i.e do not provide `kind`, and ends up falling back...

good first issue
component/CLI

Currently, the chainloop CLI will try to gather information about your repository and if it finds it, it injects it in the in-toto attestation. This is useful but a problem...

enhancement
good first issue
component/CLI
component/backend

When describing a workflow run by its id, it's failing due to an error when unmarshalling: ```bash $ chainloop --debug wf run ls DBG Telemetry enabled, to disable it use...

bug
component/backend

Some of the Chainloop crafters use a JSON schema approach for validation, meaning that incoming evidence is validated against a specified schema. Currently, the schemas are loaded in an `init`...

enhancement
good first issue
component/CLI

This is a follow up of the issue https://github.com/chainloop-dev/chainloop/issues/785. The current status at the time of writing is the following: - There is a reusable workflow on Chainloop labs: https://github.com/chainloop-dev/labs/blob/main/.github/workflows/chainloop_github_release.yml...

component/backend

Chainloop should allow adding materials from remote services, using `https` protocol. This will allow users to quickly download and attest external artifacts. Example: ``` chainloop att add --value https://my.service.org/installer.tgz ```

component/CLI
component/backend

Trying to attest an OCI chart ends up discovering an `STRING` material type, but it should be `HELM_CHART` instead. Running it in debug mode: ``` > cl att add --value...

bug
component/CLI
component/backend

We are missing some of the latest additions in the reference table. ![image](https://github.com/chainloop-dev/chainloop/assets/24523/689c67de-bdd0-4272-bb9c-0c3887f03a4b)

documentation
good first issue

Contract-less materials have a configuration of `output: true` by default while being attested. This configuration was controlled by the contract with a field with the same signature the issue is...

good first issue
component/backend