Skip to content

chore: Use 'any' instead of 'interface{}' #1368

chore: Use 'any' instead of 'interface{}'

chore: Use 'any' instead of 'interface{}' #1368

Workflow file for this run

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