Skip to content

Commit 97d907a

Browse files
committed
Mention software supply chain
1 parent 9b62480 commit 97d907a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ As a _guide_, this project focuses on:
125125
hand: get your build to complain (_fail_) locally before sharing with your
126126
team, or fail in CI before deployment
127127

128+
These can be summed up as a _Software supply chain_: ensuring reliable,
129+
trusted software from local development through ready-to-deploy:
130+
**Build with confidence**.
131+
128132
But ... you **must** judge and measure the advice here against your own
129133
systems and processes.
130134
Some things (many or most things) may work for you:
@@ -190,10 +194,10 @@ After cloning or forking this project to your machine, try out the local build
190194
that makes sense for you:
191195

192196
```shell
193-
$ ./gradlew build # Local-only build
194197
$ earthly +build-with-gradle # CI build with Earthly
195-
$ ./mvnw verify # Local-only build
196198
$ earthly +build-with-maven # CI build with Earthly
199+
$ ./gradlew build # Local-only build
200+
$ ./mvnw verify # Local-only build
197201
```
198202

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

0 commit comments

Comments
 (0)