Skip to content

chore: replace v2.1.x-provider-lsm with v2.4.x-lsm (#1478) #4100

chore: replace v2.1.x-provider-lsm with v2.4.x-lsm (#1478)

chore: replace v2.1.x-provider-lsm with v2.4.x-lsm (#1478) #4100

Workflow file for this run

name: gosec
on:
push:
branches:
- main
- feat/*
pull_request:
branches:
- main
- feat/*
jobs:
Gosec:
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 ./...