Skip to content

fix: update cosmossdk.io/math library to address ASA-2024-010 #3

fix: update cosmossdk.io/math library to address ASA-2024-010

fix: update cosmossdk.io/math library to address ASA-2024-010 #3

Workflow file for this run

name: Gosec
on:
push:
branches:
- release/*
pull_request:
branches:
- release/*
permissions:
contents: read
repository-projects: read
packages: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Run Gosec Security Scanner
uses: informalsystems/gosec@master
with:
args: -exclude-dir=cmd,tools ./...