Skip to content

Bump github.com/golangci/golangci-lint from 1.58.2 to 1.59.0 #119

Bump github.com/golangci/golangci-lint from 1.58.2 to 1.59.0

Bump github.com/golangci/golangci-lint from 1.58.2 to 1.59.0 #119

Workflow file for this run

# Copyright 2022 Hewlett Packard Enterprise Development LP
name: Trivy
on:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Trivy vulnerability scanner (go.mod)
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
hide-progress: false
format: 'table'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'