Skip to content

Commit

Permalink
chore: upgrade default kubescape version to 3.0.21 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Burr <juburr@users.noreply.github.com>
  • Loading branch information
juburr and juburr authored Nov 29, 2024
1 parent b38c633 commit 190b098
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This example uses the NSA framework for demonstration purposes, but many organiz
version: 2.1

orbs:
kubescape: juburr/kubescape-orb@0.3.2
kubescape: juburr/kubescape-orb@0.3.3

jobs:
helm_scan:
Expand Down
2 changes: 1 addition & 1 deletion src/commands/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:
description: Option to perform SHA-512 checksum verification on the downloaded Kubescape executable.
version:
type: string
default: "3.0.18"
default: "3.0.21"
description: Specify the semver of the Kubescape version to install.
steps:
- when:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ usage:
version: 2.1

orbs:
kubescape: juburr/kubescape-orb@0.3.2
kubescape: juburr/kubescape-orb@0.3.3

jobs:
build-images:
Expand Down
3 changes: 3 additions & 0 deletions src/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ echo " VERSION: ${VERSION}"
# Lookup table of sha512 checksums for different versions of kubescape-ubuntu-latest
declare -A sha512sums
sha512sums=(
["3.0.21"]="8e10a333a08de396c17fc9ce36d406b2a98c8052a6cb5f4a74e9884e87acd0c8e55655678026d6088ca7f6a98d0edab663fe50b2ba63859d1cc0757611eeca33"
["3.0.20"]="cdb5e2b07c791939733e35841c3f60191b591a94967a7127d5f5c1c8aa38218863b6e0fb43b9a440cc6a65b55f5107acc36a22cb2e69032466c4fdd62e040d7d"
["3.0.19"]="07c0fd0478835fd4a983c1c02aa1cfe7096129e1c46e24926aa9294d3bb5277b82fe1065fd72fc1f5f995801c872106386b6e4e574284f8284f2293f7be8f0d0"
["3.0.18"]="877b42d2ff957b96d61306fcabba9ea2609a14ed88cc44feb02900b00e38bcaa82de1cbb342f5ea858009c9b958da08afa503946e76bf681511a8cae8d65ff12"
["3.0.17"]="cb1f45dfd445a56acbc10ce2dd25d156c98c576c6d626215773f9905de8b4d63de870833b313fafbfadb9e8a5d774059ee2cc964847f147b4f8d75272d443fed"
["3.0.16"]="a59b60d1cca7aa3dafca728b5d98dcb01b9e790f619c5397e7ec7027e915bbcdea2593942beb7f4dfe816a0bfeb74dff02b0ebc8640a75cf7556cc8e02623e8c"
Expand Down

0 comments on commit 190b098

Please sign in to comment.