Skip to content

:dependabot: github-actions(deps): Bump anchore/sbom-action from 0.17.5 to 0.17.6 #55

:dependabot: github-actions(deps): Bump anchore/sbom-action from 0.17.5 to 0.17.6

:dependabot: github-actions(deps): Bump anchore/sbom-action from 0.17.5 to 0.17.6 #55

Workflow file for this run

---
name: 🧪 Test
on:
pull_request:
branches:
- main
permissions: {}
jobs:
test:
name: Test
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
id: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set Up Container Structure Test
id: setup_container_structure_test
uses: ministryofjustice/github-actions/setup-container-structure-test@721b0f273fc8356611cb18b3dfc02074d59217da # v18.4.0
- name: Test
id: test
shell: bash
env:
IMAGE_TAG: ${{ github.sha }}
run: |
make test