Skip to content

Commit

Permalink
AU: 1 updated - terrascan
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 22, 2023
1 parent 01d1b5f commit a8547c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions terrascan/terrascan.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>terrascan</id>
<version>1.18.9</version>
<version>1.18.11</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/terrascan</packageSourceUrl>
<owners>flcdrg</owners>
<title>Terrascan</title>
Expand All @@ -26,7 +26,7 @@
- Detect security vulnerabilities and compliance violations.
- Mitigate risks before provisioning cloud native infrastructure.
- Offers flexibility to run locally or integrate with your CI\CD.</description><releaseNotes><![CDATA[### Changelog
* 3aa1c57f Sanitize the cft template file for aws:: words as it causes parser to fail (#1656)
* 3bf466dd Fix type mismatch error in json unmarshal for float to struct (#1660)
]]></releaseNotes>

Expand Down
8 changes: 4 additions & 4 deletions terrascan/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'terrascan*'

url = 'https://github.com/tenable/terrascan/releases/download/v1.18.9/terrascan_1.18.9_Windows_i386.zip'
checksum = 'a20e85ab6eb534b46ced674be5c4f0aae0110083a9e45feb534da4e5df70a94e'
url = 'https://github.com/tenable/terrascan/releases/download/v1.18.11/terrascan_1.18.11_Windows_i386.zip'
checksum = '0f7c6227b75c8ab4ca26dc26dfa8f5c3df412fde2f5fcb2b08de5c89336a9fa4'
checksumType = 'sha256'
url64bit = 'https://github.com/tenable/terrascan/releases/download/v1.18.9/terrascan_1.18.9_Windows_x86_64.zip'
checksum64 = '6c9e0ac8e5518167e6694d7e9df0fbc3e8704c53a49a8e7cd97f9246852b57b6'
url64bit = 'https://github.com/tenable/terrascan/releases/download/v1.18.11/terrascan_1.18.11_Windows_x86_64.zip'
checksum64 = '07aa046177d31132b7f67c515c0f5c3f0883c2d6588db3d64f4c6785d4f89ea4'
checksumType64= 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit a8547c7

Please sign in to comment.