2.0.0
Changelog
29cec13 Fix formatting in README, remove prerequisite and reworked the Makefile tests goals (#313)
b68ac76 Fix formatting
3e69a8c Append the package load errors to analyser's errors
aac9b00 Refactor properly the package error parsing and cover all test cases
625718d Refactor the test for Go build errors
3af4ae9 Fix some lint warnings
bac6f0f Add tests for an empty package without any test file
76b2c12 Add a test to cover the processing of empty packages
b04c1ce Fix error parsing from package
92b3644 Fix error parsing when the loaded package is empty
48e3932 Remove tests case from import tracker
25b5a1a Add tests to cover the import tracker from file
5ef2bee Track only the import from the file which is checked
f1ea7f6 Add tests for analyser test pacakge check
6e5135f Update README with some instructions to enable the tests and vendor folder scanning
b49c953 Add a flag which allows to scan also the tests files
f1d49a6 Remove unused code
ed2e0aa Update local install command in README file
4dfaf0a Refactor the analyzer to process one package at the time
adcfe94 Fix test for helpers
5ae5266 Add some tests that covers the helper function which list the package paths
e419eb8 Exclude correctly the vendor folder from the scanned packages
85eb8a5 Scan the go packages path recursively starting from a root folder
8522199 Improve logging in the analyser
ea16ff1 Remove GOPATH check to allow running gosec outside of GOPATH
6c174a6 Update README file
7935fd8 Rework the Dockerfile for Go modules
806908a Remove the dep tool installation from travis CI
950e84c Handle errors to fix lint warnings
ee73b9e Remove dep and Use only Go modules to manage dependencies
85d1808 Go modules support for 1.12 (#297)
eaba99d fix comment.
4cd14f9 remove panic
66e7c8d Extract to a constant
1b28d32 fix sonarIssues struct
8eab50e update README.md to add support of sonarqube.
989eb3f Update Hound errors
ddfe54d Add sonarqube output
c5e6c4a fix no-fail flag logic
2bd007e Update README
8b27d1c Update go version to 1.11.5 in the docker file
9cd538f Fix README typo