Update quay.io/konflux-ci/buildah-task:latest Docker digest to ab0ba3b #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test icm-injection-scripts | |
on: | |
pull_request: | |
branches: | |
- main | |
paths: | |
- .github/workflows/inject-icm-test.yaml | |
- icm-injection-scripts/** | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Run test for cyclonedx | |
run: | | |
TEST_SBOM_FORMAT=cyclonedx ./icm-injection-scripts/scripts/test-inject-icm.sh | |
- name: Run test for spdx | |
run: | | |
TEST_SBOM_FORMAT=spdx ./icm-injection-scripts/scripts/test-inject-icm.sh |