Skip to content

chore(deps): bump github.com/containerd/containerd from 1.6.8 to 1.7.13 #23

chore(deps): bump github.com/containerd/containerd from 1.6.8 to 1.7.13

chore(deps): bump github.com/containerd/containerd from 1.6.8 to 1.7.13 #23

Workflow file for this run

name: VM Test
on:
push:
branches:
- main
paths:
- 'pkg/fanal/vm/**'
- 'pkg/fanal/walker/vm.go'
- 'pkg/fanal/artifact/vm/**'
- 'integration/vm_test.go'
pull_request:
jobs:
vm-test:
name: VM Integration Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Run vm integration tests
run: |
make test-vm-integration