Skip to content

deps(dependabot): bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible #486

deps(dependabot): bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible

deps(dependabot): bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible #486

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '**.md'
- 'sec-scanners-config.yaml'
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
jobs:
unit-test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cache Go dependencies
uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- name: Execute unit test
run: make test