Skip to content

fix(deps): update github.com/anchore/stereoscope digest to eb656fc - autoclosed #242

fix(deps): update github.com/anchore/stereoscope digest to eb656fc - autoclosed

fix(deps): update github.com/anchore/stereoscope digest to eb656fc - autoclosed #242

Workflow file for this run

name: Test Unit Tests
on:
pull_request:
paths-ignore:
- "**.md"
- "**.jpg"
- "**.png"
- "**.gif"
- "**.svg"
- "adr/**"
- "docs/**"
- "CODEOWNERS"
permissions:
contents: read
# Abort prior jobs in the same workflow / PR
concurrency:
group: unit-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Setup golang
uses: ./.github/actions/golang
- name: Run unit tests
run: make test-unit