Skip to content

Move changes from main to release/v3.x #3023

Move changes from main to release/v3.x

Move changes from main to release/v3.x #3023

Workflow file for this run

name: Run Gosec
on:
push:
paths-ignore:
- '**.md'
- 'website/**'
pull_request:
paths-ignore:
- '**.md'
- 'website/**'
jobs:
gosec:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
- name: gosec
run: make security