Skip to content

[Snyk] Security upgrade tailwindcss from 3.2.7 to 3.4.15 #12

[Snyk] Security upgrade tailwindcss from 3.2.7 to 3.4.15

[Snyk] Security upgrade tailwindcss from 3.2.7 to 3.4.15 #12

Workflow file for this run

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