Skip to content

chore(deps/vuls2): update vuls2 and optimize kernel package name handling #3851

chore(deps/vuls2): update vuls2 and optimize kernel package name handling

chore(deps/vuls2): update vuls2 and optimize kernel package name handling #3851

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
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@4dc6199c7b1a012772edbd06daecab0f50c9053c
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20
with:
version: v2.5.0
env:
GOEXPERIMENT: jsonv2