Skip to content

Update quay.io/konflux-ci/buildah-task:latest Docker digest to ab0ba3b #3

Update quay.io/konflux-ci/buildah-task:latest Docker digest to ab0ba3b

Update quay.io/konflux-ci/buildah-task:latest Docker digest to ab0ba3b #3

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