diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ae88a..b2771b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +- change the file extension of the sample config to .yml + +## [0.0.5] - 2020-01-22 ### Changed - rule -> signature throughout the code -- change the file extension of the sample config to .yml ### Added - support for enterprise github with personal token using basic auth +- ascii banner for the project ### Removed - remove "los" throughout the code - remove signatures from wraith by default +### Fixed +- local path scans where not working due to bug in trying to get file changes +- performance issues with scanning local git repos and github repos + ## [0.0.4] - 2020-08-10 ### Changed - change internal name from gitrob to wraith diff --git a/main.go b/main.go index 2bbe920..4441553 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,9 @@ THE SOFTWARE. */ package main -import "wraith/cmd" +import ( + "wraith/cmd" +) func main() { cmd.Execute()