Skip to content

fix nil case for maps and arrays, add tests #15

fix nil case for maps and arrays, add tests

fix nil case for maps and arrays, add tests #15

Workflow file for this run

name: Run Gosec
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...