gosec/cmd/gas
Grant Murphy 830cb81b29
Support package resolution and filepaths (#187)
* Support package resolution and filepaths

This change introduces the logic to resolve packages using gotool
and build packages from filepaths. It assumes that the packages
being scanned are located within the GOPATH.

If the GOPATH environment variable is not set the GOPATH is derived
as $HOME/go.

Relates to #184

* Fix build error

* Address unhandled error

* Fix formatting error

* Handle multiple paths on GOPATH
2018-04-16 15:46:39 +10:00
..
filelist.go Restructure and introduce a standalone config 2017-04-28 14:46:26 -07:00
main.go Support package resolution and filepaths (#187) 2018-04-16 15:46:39 +10:00
sort_issues.go Switch to sort Interface to be backward compatible with older go versions 2018-02-10 19:45:04 +01:00
version.go Build improvments (#179) 2018-03-13 08:57:10 +10:00