From fa11e0ee2ff14fd8ae831b9d635334398236b6cf Mon Sep 17 00:00:00 2001 From: Gaurav Gogia <16029099+gaurav-gogia@users.noreply.github.com> Date: Fri, 18 Nov 2022 10:33:41 +0530 Subject: [PATCH] minor release 1.17.0 (#1459) * minor release 1.17.0 * update version for sarif golden files --- CHANGELOG.md | 23 +++++++++++++++++++ go.mod | 1 + go.sum | 1 + pkg/version/version.go | 2 +- .../dockerfile_platform_flag_sarif.txt | 2 +- .../kubernetes_ingress_sarif.txt | 2 +- .../aws_ami_violation_sarif.txt | 2 +- 7 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 003a6b3ca..9f3c4e728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [v1.17.0](https://github.com/tenable/terrascan/tree/v1.17.0) (2022-11-17) + +[Full Changelog](https://github.com/tenable/terrascan/compare/v1.16.0...v1.17.0) + +**Implemented enhancements:** + +- refs resolution [\#1445](https://github.com/tenable/terrascan/pull/1445) ([gaurav-gogia](https://github.com/gaurav-gogia)) +- bump goformation from v6 to v7 [\#1440](https://github.com/tenable/terrascan/pull/1440) ([gaurav-gogia](https://github.com/gaurav-gogia)) +- update cft map for elb and s3 bucket [\#1434](https://github.com/tenable/terrascan/pull/1434) ([gaurav-gogia](https://github.com/gaurav-gogia)) +- Include DirScanErrors info in SARIF file [\#1398](https://github.com/tenable/terrascan/pull/1398) ([shaopeng-gh](https://github.com/shaopeng-gh)) + +**Merged pull requests:** + +- fix remote source url [\#1437](https://github.com/tenable/terrascan/pull/1437) ([Rchanger](https://github.com/Rchanger)) +- Update object.get first parameter [\#1433](https://github.com/tenable/terrascan/pull/1433) ([Matt2212](https://github.com/Matt2212)) +- Update/release command [\#1430](https://github.com/tenable/terrascan/pull/1430) ([gaurav-gogia](https://github.com/gaurav-gogia)) +- updated terrascan version in deployment scripts [\#1429](https://github.com/tenable/terrascan/pull/1429) ([nasir-rabbani](https://github.com/nasir-rabbani)) + +# Changelog + ## [v1.16.0](https://github.com/tenable/terrascan/tree/v1.16.0) (2022-10-19) [Full Changelog](https://github.com/tenable/terrascan/compare/v1.15.2...v1.16.0) @@ -1090,4 +1110,7 @@ Major updates to Terrascan and the underlying architecture including: \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* + + \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/go.mod b/go.mod index 63edd9c0e..d01b04ff4 100644 --- a/go.mod +++ b/go.mod @@ -177,6 +177,7 @@ require ( go.uber.org/atomic v1.6.0 // indirect go.uber.org/multierr v1.5.0 // indirect golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect + golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e // indirect golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect diff --git a/go.sum b/go.sum index 6fb03723c..b8e62e972 100644 --- a/go.sum +++ b/go.sum @@ -1535,6 +1535,7 @@ golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EH golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 h1:QE6XYQK6naiK1EPAe1g/ILLxN5RBoH5xkJk3CqlMI/Y= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e h1:qyrTQ++p1afMkO4DPEeLGq/3oTsdlvdH4vqZUBWzUKM= +golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= golang.org/x/lint v0.0.0-20180702182130-06c8688daad7/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= diff --git a/pkg/version/version.go b/pkg/version/version.go index 5c84e6bb0..2079c3040 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -19,7 +19,7 @@ package version import "fmt" // Terrascan The Terrascan version -const Terrascan = "1.16.0" +const Terrascan = "1.17.0" // Get returns the terrascan version func Get() string { diff --git a/test/e2e/scan/golden/docker_scan/dockerfiles/dockerfile_platform_flag_violations/dockerfile_platform_flag_sarif.txt b/test/e2e/scan/golden/docker_scan/dockerfiles/dockerfile_platform_flag_violations/dockerfile_platform_flag_sarif.txt index 072553b05..78fdc42b4 100644 --- a/test/e2e/scan/golden/docker_scan/dockerfiles/dockerfile_platform_flag_violations/dockerfile_platform_flag_sarif.txt +++ b/test/e2e/scan/golden/docker_scan/dockerfiles/dockerfile_platform_flag_violations/dockerfile_platform_flag_sarif.txt @@ -20,7 +20,7 @@ } } ], - "version": "1.16.0" + "version": "1.17.0" } }, "results": [ diff --git a/test/e2e/scan/golden/k8s_scans/k8s/kubernetes_ingress_violations/kubernetes_ingress_sarif.txt b/test/e2e/scan/golden/k8s_scans/k8s/kubernetes_ingress_violations/kubernetes_ingress_sarif.txt index f28815ccd..486b7b731 100644 --- a/test/e2e/scan/golden/k8s_scans/k8s/kubernetes_ingress_violations/kubernetes_ingress_sarif.txt +++ b/test/e2e/scan/golden/k8s_scans/k8s/kubernetes_ingress_violations/kubernetes_ingress_sarif.txt @@ -20,7 +20,7 @@ } } ], - "version": "1.16.0" + "version": "1.17.0" } }, "results": [ diff --git a/test/e2e/scan/golden/terraform_scans/aws/aws_ami_violations/aws_ami_violation_sarif.txt b/test/e2e/scan/golden/terraform_scans/aws/aws_ami_violations/aws_ami_violation_sarif.txt index 91bb14e2b..469e60c2f 100644 --- a/test/e2e/scan/golden/terraform_scans/aws/aws_ami_violations/aws_ami_violation_sarif.txt +++ b/test/e2e/scan/golden/terraform_scans/aws/aws_ami_violations/aws_ami_violation_sarif.txt @@ -20,7 +20,7 @@ } } ], - "version": "1.16.0" + "version": "1.17.0" } }, "results": [