Skip to content

Commit

Permalink
CI: run sbom-for-oci-copy-task unit tests
Browse files Browse the repository at this point in the history
Also fix a typo in the workflow yaml

Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Jan 27, 2025
1 parent fde7d1a commit f7bc197
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-sbom-utility-scripts-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,14 @@ jobs:
cd ./sbom-utility-scripts/scripts/index-image-sbom-script/
tox
- name: Run tox checks for index-image-sbom-script
- name: Run tox checks for add-image-reference-script
run: |
python3 -m pip install tox
cd ./sbom-utility-scripts/scripts/add-image-reference-script/
tox
- name: Run tox checks for sbom-for-oci-copy-task
run: |
python3 -m pip install tox
cd ./sbom-utility-scripts/scripts/sbom-for-oci-copy-task/
tox

0 comments on commit f7bc197

Please sign in to comment.