Skip to content

Bump securego/gosec from 2.21.3 to 2.21.4 #69

Bump securego/gosec from 2.21.3 to 2.21.4

Bump securego/gosec from 2.21.3 to 2.21.4 #69

Workflow file for this run

name: Security Check
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
go-version: [1.21.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
env:
GO111MODULE: on
steps:
- uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/[email protected]
with:
args: '-exclude=G103,G104,G304,G402 ./...'