Skip to content

Merge branch 'master' of github.com:nano-interactive/go-utils #17

Merge branch 'master' of github.com:nano-interactive/go-utils

Merge branch 'master' of github.com:nano-interactive/go-utils #17

Workflow file for this run

on: [push, pull_request]
name: Security
jobs:
Gosec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run Gosec
uses: securego/gosec@master
with:
args: ./...