Skip to content

fix: re-enable make proto-check and update proto options #2738

fix: re-enable make proto-check and update proto options

fix: re-enable make proto-check and update proto options #2738

Workflow file for this run

name: gosec
on:
push:
branches:
- main
- feat/*
pull_request:
branches:
- main
- feat/*
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: -exclude-dir=legacy_ibc_testing ./... -exclude-generated ./...