Skip to content

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the all group #429

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the all group

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the all group #429

Workflow file for this run

name: Validate SPDX Conformance
on:
pull_request:
branches: ['main']
jobs:
check-spdx:
name: Check SPDX SBOMs
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v3.3.0
with:
go-version: '1.23'
check-latest: true
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: |
go run ./cmd/bom/main.go generate -i registry.k8s.io/pause > example-image-pause.spdx
go run ./cmd/bom/main.go generate --format=json -i registry.k8s.io/pause > example-image-pause.spdx.json
- uses: chainguard-dev/actions/setup-spdx@d886686603afb809f7ef9b734b333e20b7ce5cda
with:
spdx-tools-version: 1.1.8
- uses: chainguard-dev/actions/setup-spdx@d886686603afb809f7ef9b734b333e20b7ce5cda
with:
download: false
spdx-tools-version: 1.1.8
sbom-path: example-image-pause.spdx
- uses: chainguard-dev/actions/setup-spdx@d886686603afb809f7ef9b734b333e20b7ce5cda
with:
download: false
spdx-tools-version: 1.1.8
sbom-path: example-image-pause.spdx.json
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: ${{ always() }}
with:
name: Example SBOMs
path: |
example-image-pause.spdx
example-image-pause.spdx.json