Skip to content

Add all build, test, codeql, and linter github actions #1

Add all build, test, codeql, and linter github actions

Add all build, test, codeql, and linter github actions #1

Workflow file for this run

name: Run Gosec
on:
push:
branches: [ "main", "go-cli" ]
pull_request:
paths:
- '.github/workflows/codeql.yaml'
- '**.go'
- 'go.mod'
- 'go.sum'
schedule:
- cron: '44 8 * * 6'
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...