Skip to content

refactor: merge mainnet and localnet config.json files and remove unnecessary keys #22

refactor: merge mainnet and localnet config.json files and remove unnecessary keys

refactor: merge mainnet and localnet config.json files and remove unnecessary keys #22

Workflow file for this run

name: Gosec
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
scan:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v3
with:
SUFFIX_FILTER: |
.go
.mod
.sum
- name: Run Gosec Security Scanner
uses: informalsystems/gosec@master
with:
args: ./...
if: "env.GIT_DIFF != ''"