Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_name: Chainloop Core
project_name: Chainloop
env:
- CGO_ENABLED=0
builds:
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to Chainloop Core
# Contributing to Chainloop

Chainloop Core maintainers welcome contributions from the community and first want to thank you for taking the time to contribute!
Chainloop maintainers welcome contributions from the community and first want to thank you for taking the time to contribute!

This project and everyone participating in it is governed by the [Code of Conduct](./CODE_OF_CONDUCT.md) before contributing. By participating, you are expected to uphold this code.

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Chainloop Core
# Chainloop

> Chainloop Core is under active development and you should expect breaking changes before the first stable release.
> Chainloop is under active development and you should expect breaking changes before the first stable release.
> If you are interested in contributing, please take a look at our [contributor guide](./CONTRIBUTING.md).

## What is it?

Chainloop core (Chainloop) is an open source software supply chain control plane, a single source of truth for artifacts plus a declarative attestation process.
Chainloop is an open source software supply chain control plane, a single source of truth for artifacts plus a declarative attestation process.

With Chainloop, SecOps teams can declaratively state the attestation and artifacts expectations for their organization’s CI/CD workflows, while also resting assured that latest standards and best practices are put in place.

Expand All @@ -27,7 +27,7 @@ $ chainloop auth login

> NOTE: You can also build and run Chainloop [from source](./CONTRIBUTING.md)

> Once you've been logged in, follow [these instructions](https://docs.chainloop.dev/getting-started/setup) to learn how to set up your account.
Once you've been logged in, follow [these instructions](https://docs.chainloop.dev/getting-started/setup) to learn how to set up your account.

## How does it work?

Expand Down