Skip to content

Add fixed-version remediation UX: FIXED IN column and --format fixplan #28

Add fixed-version remediation UX: FIXED IN column and --format fixplan

Add fixed-version remediation UX: FIXED IN column and --format fixplan #28

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.25"
- run: go build ./...
- run: go vet ./...
- run: go test ./...