Skip to content

Commit

Permalink
Mention software supply chain
Browse files Browse the repository at this point in the history
  • Loading branch information
binkley committed Aug 15, 2024
1 parent 9b62480 commit 97d907a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ As a _guide_, this project focuses on:
hand: get your build to complain (_fail_) locally before sharing with your
team, or fail in CI before deployment

These can be summed up as a _Software supply chain_: ensuring reliable,
trusted software from local development through ready-to-deploy:
**Build with confidence**.

But ... you **must** judge and measure the advice here against your own
systems and processes.
Some things (many or most things) may work for you:
Expand Down Expand Up @@ -190,10 +194,10 @@ After cloning or forking this project to your machine, try out the local build
that makes sense for you:

```shell
$ ./gradlew build # Local-only build
$ earthly +build-with-gradle # CI build with Earthly
$ ./mvnw verify # Local-only build
$ earthly +build-with-maven # CI build with Earthly
$ ./gradlew build # Local-only build
$ ./mvnw verify # Local-only build
```

Notice that you can run the build purely locally, or _in a container_?
Expand Down

0 comments on commit 97d907a

Please sign in to comment.