Skip to content

Fixed reinstall.sh syntax error at EOF, added swap cleanup and resetting of config files #16

Fixed reinstall.sh syntax error at EOF, added swap cleanup and resetting of config files

Fixed reinstall.sh syntax error at EOF, added swap cleanup and resetting of config files #16

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