Skip to content

Commit

Permalink
AU-dotnet: 1 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Sep 18, 2024
1 parent b5268bd commit 57fc3c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
14 changes: 2 additions & 12 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.19.8</version>
<version>1.19.9</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/terrascan</packageSourceUrl>
<owners>flcdrg</owners>
<title>Terrascan</title>
Expand All @@ -26,17 +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
- Fixed vulnerability detected by docker scout
- Following are the vulnerabilities
CVE-2024-3817
CVE-2024-6257
CVE-2022-36049
CVE-2024-41110
CVE-2024-23651
CVE-2024-23652
CVE-2024-23653
CVE-2024-26147
CVE-2022-30636
* bd6d393de9800a8777029e3920d6e432a11fcfcd [Fix/1702]Fix protobuf errors in binary built in docker build (#1706)
]]></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.19.8/terrascan_1.19.8_Windows_i386.zip'
checksum = '4600db5dd0c8e15f6b9e45f64019541d0872d1391b963e03484768f72ca27e81'
url = 'https://github.com/tenable/terrascan/releases/download/v1.19.9/terrascan_1.19.9_Windows_i386.zip'
checksum = 'aa546c8b45c9154a7ff1b000d5164558a1bbf77cff00ae4f2eb8991c4c04cad2'
checksumType = 'sha256'
url64bit = 'https://github.com/tenable/terrascan/releases/download/v1.19.8/terrascan_1.19.8_Windows_x86_64.zip'
checksum64 = '0f03b568a713d4f49e0652289e671649f65c78f042f44a882b9fec1b03fa46df'
url64bit = 'https://github.com/tenable/terrascan/releases/download/v1.19.9/terrascan_1.19.9_Windows_x86_64.zip'
checksum64 = '2585e0ae7121bfa28a471175ec3cabe810680fcbeb064eefab93a8c6c475b094'
checksumType64= 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit 57fc3c9

Please sign in to comment.