Skip to content

feat: add govulncheck to run security scan workflow #2

feat: add govulncheck to run security scan workflow

feat: add govulncheck to run security scan workflow #2

Workflow file for this run

name: Run Gosec
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
gosec:
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: ./...