Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 8a9b00b

Browse files
authored
Merge pull request #138 from vanGastelJS/main
Update README file
2 parents ab25c0c + dc88d8f commit 8a9b00b

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This action will build a docker image from a given directory.
1515
- If required, the image is signed with [cosign](https://github.com/sigstore/cosign).
1616
- If required, a provenance file is created according to the [SLSA.dev](https://slsa.dev) specifications.
1717
- If required, the provenance file is attached to the container.
18-
- If required, a SBOM file is created according to the [SPDX](https://spdx.dev) specifications. We're using [VMWare Tern](https://github.com/tern-tools/tern) for that. (very slow at the moment)
18+
- If required, a SBOM file is created according to the [SPDX](https://spdx.dev) specifications. We're using [syft](https://github.com/anchore/syft/) for that.
1919
- If required, the SBOM file is attached to the container.
2020

2121
In every docker image two files are added to the build context:
@@ -152,7 +152,7 @@ This action is a `docker` action.
152152
## Example usage
153153

154154
```yaml
155-
- uses: philips-software/docker-ci-scripts@v4.1.2
155+
- uses: philips-software/docker-ci-scripts@v4.5.0
156156
with:
157157
dockerfile: "./docker/Dockerfile"
158158
image-name: "node"
@@ -166,7 +166,7 @@ This action is a `docker` action.
166166
#### Using Docker Build arguments:
167167
168168
```yaml
169-
- uses: philips-software/docker-ci-scripts@v4.1.2
169+
- uses: philips-software/docker-ci-scripts@v4.5.0
170170
with:
171171
dockerfile: "./docker/Dockerfile"
172172
image-name: "node"
@@ -184,7 +184,7 @@ This action is a `docker` action.
184184
185185
```yaml
186186
- name: Build Docker Images
187-
uses: philips-software/docker-ci-scripts@v4.1.2
187+
uses: philips-software/docker-ci-scripts@v4.5.0
188188
with:
189189
dockerfile: .
190190
image-name: image-name-here
@@ -212,7 +212,7 @@ Store the content of `cosign.pub`, `cosign.key` and the password in GitHub Secre
212212

213213
```yaml
214214
- name: Build Docker Images
215-
uses: philips-software/docker-ci-scripts@v4.1.2
215+
uses: philips-software/docker-ci-scripts@v4.5.0
216216
with:
217217
dockerfile: .
218218
image-name: image-name-here
@@ -242,7 +242,7 @@ You will get a result when the image is valid.
242242
```yaml
243243
- name: Build Docker Images
244244
id: docker
245-
uses: philips-software/docker-ci-scripts@v4.1.2
245+
uses: philips-software/docker-ci-scripts@v4.5.0
246246
with:
247247
dockerfile: .
248248
image-name: image-name-here
@@ -266,7 +266,7 @@ the COSIGN environment variables. (see #sign how to generate the key-pair)
266266

267267
```yaml
268268
- name: Build Docker Images
269-
uses: philips-software/docker-ci-scripts@v4.1.2
269+
uses: philips-software/docker-ci-scripts@v4.5.0
270270
with:
271271
dockerfile: .
272272
image-name: image-name-here
@@ -298,7 +298,7 @@ You can inspect the provenance and decide on whether you want use the image.
298298
```yaml
299299
- name: Build Docker Images
300300
id: docker
301-
uses: philips-software/docker-ci-scripts@v4.1.2
301+
uses: philips-software/docker-ci-scripts@v4.5.0
302302
with:
303303
dockerfile: .
304304
image-name: image-name-here
@@ -322,7 +322,7 @@ the COSIGN environment variables. (see #sign how to generate the key-pair)
322322

323323
```yaml
324324
- name: Build Docker Images
325-
uses: philips-software/docker-ci-scripts@v4.1.2
325+
uses: philips-software/docker-ci-scripts@v4.5.0
326326
with:
327327
dockerfile: .
328328
image-name: image-name-here
@@ -353,7 +353,7 @@ the COSIGN environment variables. (see #sign how to generate the key-pair)
353353

354354
```yaml
355355
- name: Build Docker Images
356-
uses: philips-software/docker-ci-scripts@v4.1.2
356+
uses: philips-software/docker-ci-scripts@v4.5.0
357357
with:
358358
dockerfile: .
359359
image-name: image-name-here

0 commit comments

Comments
 (0)