Commit Graph

6 Commits

Author SHA1 Message Date
Mike Farah b2186d5404 Added gosec 2021-03-03 19:44:34 +11:00
Mike Farah 1b887e23b3 scripts/check works for local and docker build 2020-12-30 10:40:41 +11:00
Chris Warth a76b72e691 find golangci_lint through PATH 2020-12-30 10:30:53 +11:00
bahetiamit e07a5b6065 Adding github action on release to publish multi-arch image 2020-11-20 13:48:35 +11:00
Elliot d05391e244 update ci to use go 1.13, switch to golangci-lint 2019-10-31 08:21:19 +11:00
kenjones 86639acf70 Task: Simplify development
The base directory has all shell scripts in scripts/
and all example/test files in examples/.
A Makefile provides all the commands with helpful information.
If a developer simply types `make` then vendor is properly updated,
the code is formatted, linted, tested, built, acceptance test run,
and installed.

Linting errors resolved.
Ignored test case (`TestParsePath`) updated to work as expected.
2017-09-23 08:37:34 +10:00