Skip to content

Follow-up to An initial support of Trivy plugin mode #47

Follow-up to An initial support of Trivy plugin mode

Follow-up to An initial support of Trivy plugin mode #47

Workflow file for this run

name: CI
on:
push:
branches:
- master
- 'release/**'
pull_request:
jobs:
main:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21.x
- run: go test -covermode=atomic -race -v ./...
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.59.1
args: --timeout=10m --verbose
- run: go install ./cmd/vexllm