Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <benji@093b.org>
  • Loading branch information
noqcks committed Jan 30, 2023
1 parent f10cb5f commit 711bbfc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The simplest workflow for scanning a `localbuild/testimage` container:
load: true

- name: Scan image
uses: noqcks/xeol-action@v1.0.3
uses: noqcks/xeol-action@v1.0.6
with:
image: "localbuild/testimage:latest"
```
Expand All @@ -61,7 +61,7 @@ To scan a directory, add the following step:

```yaml
- name: Scan current project
uses: noqcks/xeol-action@v1.0.3
uses: noqcks/xeol-action@v1.0.6
with:
path: "."
```
Expand All @@ -80,7 +80,7 @@ Use the `sbom` key to scan an SBOM file:
output-file: "${{ github.event.repository.name }}-sbom.spdx.json"

- name: Scan SBOM
uses: noqcks/xeol-action@v1.0.3
uses: noqcks/xeol-action@v1.0.6
with:
sbom: "${{ github.event.repository.name }}-sbom.spdx.json"
```
Expand All @@ -93,7 +93,7 @@ You change the `fail-build` field to `false` to avoid failing the build in the c

```yaml
- name: Scan image
uses: noqcks/xeol-action@v1.0.3
uses: noqcks/xeol-action@v1.0.6
with:
image: "localbuild/testimage:latest"
fail-build: false
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build the container image
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
- uses: noqcks/xeol-action@v1.0.3
- uses: noqcks/xeol-action@v1.0.6
with:
image: "localbuild/testimage:latest"
fail-build: true
Expand Down

0 comments on commit 711bbfc

Please sign in to comment.