Skip to content

build(deps): bump cosmossdk.io/api from 0.3.1 to 0.6.1 #2927

build(deps): bump cosmossdk.io/api from 0.3.1 to 0.6.1

build(deps): bump cosmossdk.io/api from 0.3.1 to 0.6.1 #2927

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 ./...