Skip to content

Commit

Permalink
Bump up the terrascan binary version (#1704)
Browse files Browse the repository at this point in the history
* fix for crash in lambda function cft yaml if code key is not present

* removed duplicate tag image tag

* bump up the version to 1.18.5

* added feature to parse cft template for ssm parameter

* bumped the version to 1.18.7

* bump up version to v1.18.8

* Sanitize the cft template file for aws:: words as it causes parser to fail

* Sanitize the cft template file for aws:: words as it causes parser to fail

* increment version

* fix tests

* fix docker file parsing and rego after go.mod changes

* Fix go-getter vulnerability

* fix CVE-2022-30636 crypto vulnerability

* fix CVE-2022-30636 crypto vulnerability

* ignore protobuf warnings

* ignore protobuf warnings

* remove commented lines

* Fix protobuf warnings to be ignored in goreleaser

* retrigger sonar analysis

* bump up the version
  • Loading branch information
nmoretenable committed Sep 10, 2024
1 parent 822beb3 commit cfea5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package version
import "fmt"

// Terrascan The Terrascan version
const Terrascan = "1.19.1"
const Terrascan = "1.19.8"

// Get returns the terrascan version
func Get() string {
Expand Down

0 comments on commit cfea5fd

Please sign in to comment.