Skip to content

Commit

Permalink
AU: 3 updated - sqltoolbelt terrascan vault
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 1, 2023
1 parent bf6cb85 commit be1334a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion sqltoolbelt/sqltoolbelt.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>sqltoolbelt</id>
<version>2023.11.22</version>
<version>2023.11.29</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sqltoolbelt</packageSourceUrl>
<owners>flcdrg</owners>
<title>SQL Toolbelt</title>
Expand Down
4 changes: 2 additions & 2 deletions sqltoolbelt/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-11-22/SQLToolbelt.exe'
$checksum = '47A4FD8454FD8C10CE4A7114B4A7F98FC645994F852DE803CD5DF314403DFAAC'
$url = 'https://download.red-gate.com/installers/SQLToolbelt/2023-11-29/SQLToolbelt.exe'
$checksum = 'F4D1166D4CF621351690E30CEC2B71637F01C081DA84B1B25ED9CE9606D5265C'

$validProductPackageNames = @(
"SQL Compare",
Expand Down
11 changes: 2 additions & 9 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.4</version>
<version>1.18.5</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/terrascan</packageSourceUrl>
<owners>flcdrg</owners>
<title>Terrascan</title>
Expand All @@ -26,14 +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
* 9e99f08e 1061: generate multi-architecture (amd64, arm64) docker image (#1568)
* 1461ae0e Bump golang.org/x/net from 0.7.0 to 0.17.0 (#1625)
* 2efa8e52 Bump google.golang.org/grpc from 1.51.0 to 1.56.3 (#1631)
* 20293211 CICD patch for appid (#1637)
* 7efbb9d5 changes to make docker push internal (#1636)
* 8bec6007 cicd deployment update (#1630)
* 7a3779a9 fix for crash in lambda function cft yaml if code key is not present (#1644)
* 5a4c44a0 removed image tag to remove error of docker push (#1646)
* 791983cd Bump up the binary version from the code (#1648)
]]></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.4/terrascan_1.18.4_Windows_i386.zip'
checksum = '59981e2c64f3e2a174201105aa2c6f92757542eb1ef0b316a63ebfcf1e655899'
url = 'https://github.com/tenable/terrascan/releases/download/v1.18.5/terrascan_1.18.5_Windows_i386.zip'
checksum = '71a33cdfd33bd962f1fdb84ad44818145d998bf48045bc93d2df461a9de5eeaf'
checksumType = 'sha256'
url64bit = 'https://github.com/tenable/terrascan/releases/download/v1.18.4/terrascan_1.18.4_Windows_x86_64.zip'
checksum64 = '6c03d4605de71779eb28123c46d7909c468498f6bde7a0615dc35b31717266c0'
url64bit = 'https://github.com/tenable/terrascan/releases/download/v1.18.5/terrascan_1.18.5_Windows_x86_64.zip'
checksum64 = '1f7d99147af4e7a12a7aaf6722826f30d67fe1af4b5234a3b961dea05acb4198'
checksumType64= 'sha256'
destination = $toolsDir
}
Expand Down
4 changes: 2 additions & 2 deletions vault/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Url = "https://releases.hashicorp.com/vault/$($env:ChocolateyPackageVersion)/vault_$($env:ChocolateyPackageVersion)_windows_386.zip"
UnzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Url64 = "https://releases.hashicorp.com/vault/$($env:ChocolateyPackageVersion)/vault_$($env:ChocolateyPackageVersion)_windows_amd64.zip"
Checksum = '30bccbdc9a27b6611485fc5217faf9f70efb1ba870b90f7373b25fb3b5ce3484'
Checksum = 'b2922a5916156f38697a99bd8c94574b8ad95b4f5bb87bb63273d7f3c687b7b5'
ChecksumType = 'sha256'
Checksum64 = '516e5f54061b716491abdc59def3d62a08d34c1e1b2e949adf4df0906ecf6c67'
Checksum64 = 'ca3bba637d30ae87df66cffce411f27bfa1fc00a82e4aee2c7e782af370409c5'
version = $env:ChocolateyPackageVersion
}

Expand Down
2 changes: 1 addition & 1 deletion vault/vault.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vault</id>
<title>Vault</title>
<version>1.15.2</version>
<version>1.15.3</version>
<authors>Mitchell Hashimoto, HashiCorp</authors>
<owners>flcdrg</owners>
<projectUrl>https://www.vaultproject.io/</projectUrl>
Expand Down

0 comments on commit be1334a

Please sign in to comment.