Skip to content

chore: bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 #801

chore: bump aquasecurity/trivy-action from 0.19.0 to 0.20.0

chore: bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 #801

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- "*"
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
permissions:
contents: read
pull-requests: read
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
cache: true
go-version: 1.22.3
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: v1.58.0