Skip to content

Calling dependencies.sh with bash instead of sh due to sourcing of ~/.bashrc #21

Calling dependencies.sh with bash instead of sh due to sourcing of ~/.bashrc

Calling dependencies.sh with bash instead of sh due to sourcing of ~/.bashrc #21

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