Skip to content

Update trivy dependency and fix the code due to breaking changes #2

Update trivy dependency and fix the code due to breaking changes

Update trivy dependency and fix the code due to breaking changes #2

Workflow file for this run

name: Default
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.4'
- name: Test
run: go test ./...