Skip to content

build(deps): bump actions/checkout from 4 to 6 #142

build(deps): bump actions/checkout from 4 to 6

build(deps): bump actions/checkout from 4 to 6 #142

Workflow file for this run

name: Gosec
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
gosec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Install gosec
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
- name: Run gosec
run: $(go env GOPATH)/bin/gosec -exclude=G204,G304,G404,G104 ./...