Skip to content

merge main into throttle v2 feat branch #3583

merge main into throttle v2 feat branch

merge main into throttle v2 feat branch #3583

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@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: -exclude-dir=legacy_ibc_testing ./... -exclude-generated ./...