Skip to content

chore(deps): bump github.com/Azure/go-autorest/autorest from 0.11.28 to 0.11.29 #11

chore(deps): bump github.com/Azure/go-autorest/autorest from 0.11.28 to 0.11.29

chore(deps): bump github.com/Azure/go-autorest/autorest from 0.11.28 to 0.11.29 #11

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