diff --git a/SCC-OUTPUT-REPORT.html b/SCC-OUTPUT-REPORT.html index 427a428b6..44ff1306b 100644 --- a/SCC-OUTPUT-REPORT.html +++ b/SCC-OUTPUT-REPORT.html @@ -250,16 +250,6 @@ 0 2222 35 - - processor/bloom.go - - 37 - 7 - 12 - 18 - 2 - 1051 - 29 processor/cocomo_test.go @@ -270,6 +260,16 @@ 6 699 23 + + processor/bloom.go + + 37 + 7 + 12 + 18 + 2 + 1051 + 29 processor/helpers.go diff --git a/go.sum b/go.sum index e4becabcb..b52cc9792 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,3 @@ -github.com/boyter/gocodewalker v1.3.1 h1:rMKM5OCdTdEbNwOTUyZcoaxkY6Menr+IUMuQhKZRFZU= -github.com/boyter/gocodewalker v1.3.1/go.mod h1:hXG8xzR1uURS+99P5/3xh3uWHjaV2XfoMMmvPyhrCDg= github.com/boyter/gocodewalker v1.3.2 h1:aXC/Z0/lYKZUXNjpSl5kwfgdJs9qxkIoMatk6LyhdOY= github.com/boyter/gocodewalker v1.3.2/go.mod h1:hXG8xzR1uURS+99P5/3xh3uWHjaV2XfoMMmvPyhrCDg= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= diff --git a/processor/processor.go b/processor/processor.go index 824db2303..bddb77f53 100644 --- a/processor/processor.go +++ b/processor/processor.go @@ -20,7 +20,7 @@ import ( ) // Version indicates the version of the application -var Version = "3.3.0" +var Version = "3.3.2" // Flags set via the CLI which control how the output is displayed