Skip to content

Address gosec findings #49

Address gosec findings

Address gosec findings #49

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: docker build -t gokeepasslib .
- name: Test
run: docker-compose run --rm -T gokeepasslib make test