Skip to content

Commit 83a247c

Browse files
Bot Updating Templated Files
1 parent c94d751 commit 83a247c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This container is an automated testing tool for Docker images. It's designed to
2323

2424
1. **Spins up the container:** It runs the target Docker image with a specified tag.
2525
2. **Checks for successful startup:** It tails the container's logs, waiting for the `[services.d] done.` message, which confirms the init system has finished and the services are running.
26-
3. **Generates an SBOM:** It uses `buildx imagetools inspect` or `syft`(fallback) to create a Software Bill of Materials, providing a complete list of all packages inside the image.
26+
3. **Generates an SBOM:** It uses `syft` to create a Software Bill of Materials, providing a complete list of all packages inside the image.
2727
4. **Tests the Web UI (optional):** If the container runs a web service, it attempts to connect to the UI and take a screenshot to verify it's accessible and renders correctly.
2828
5. **Generates a report:** It gathers all the results—container logs, build info, SBOM, screenshots, and test statuses—into a comprehensive HTML report.
2929
6. **Uploads the report (CI only):** In a CI environment, it uploads the final report to an S3 bucket for review.
@@ -115,8 +115,6 @@ sudo docker run --rm -i \
115115
-e NODE_NAME=<optional, Name of the builder that runs the CI test.> \
116116
-e RELEASE_TAG=<optional, The release tag of the docker image. Used for upload location. Defaults to 'latest'> \
117117
-e SYFT_IMAGE_TAG=<optional, The image tag of the syft docker image. Used for generating SBOM. Defaults to '1.26.1'> \
118-
-e COMMIT_SHA=<commit sha, used for creating the sbom with buildx imagetool inspect> \
119-
-e BUILD_NUMBER=<jenkins build number, used for creating the sbom with buildx imagetool inspect>
120118
-t lsiodev/ci:latest \
121119
python3 test_build.py
122120
```

0 commit comments

Comments
 (0)