Skip to content

build(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.15.0 #3031

build(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.15.0

build(deps): bump github.com/tidwall/gjson from 1.14.4 to 1.15.0 #3031

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