Skip to content

Bumped the version of golangci-lint (#2312) #3449

Bumped the version of golangci-lint (#2312)

Bumped the version of golangci-lint (#2312) #3449

Workflow file for this run

name: Run gosec
on:
push:
branches: "*"
pull_request:
branches: "*"
paths-ignore:
- 'docs/**'
- '*.md'
- '*.yml'
- '.github'
jobs:
golang-security-action:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/[email protected]
with:
args: ./...