Skip to content

Updated script with data dump, config and key handling #20

Updated script with data dump, config and key handling

Updated script with data dump, config and key handling #20

Workflow file for this run

name: Run Gosec
on:
push:
branches:
- main
pull_request:
branches:
- '**'
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: ./...