Skip to content

make-go-github-file.yaml: cmd/github.go@0.2.2 #90

make-go-github-file.yaml: cmd/github.go@0.2.2

make-go-github-file.yaml: cmd/github.go@0.2.2 #90

Workflow file for this run

name: gosec
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
gosec:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: checkout repository
uses: actions/checkout@v4
- name: run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...