Skip to content

Bump golangci/golangci-lint-action from 4 to 6 #90

Bump golangci/golangci-lint-action from 4 to 6

Bump golangci/golangci-lint-action from 4 to 6 #90

Workflow file for this run

name: Run security checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: -exclude=G401,G501,G114,G203 ./...
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.23