Skip to content

feat(trivy-to-vuls): get exact LockfilePath #2991

feat(trivy-to-vuls): get exact LockfilePath

feat(trivy-to-vuls): get exact LockfilePath #2991

Workflow file for this run

name: Test
on: [pull_request]
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
- name: Set up Go 1.x
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
with:
go-version-file: go.mod
- name: go mod tidy check
run: go mod tidy && git diff --exit-code
- name: Test
run: make test