Skip to content

Commit

Permalink
chore: update default kubescape version to 3.0.17 (#7)
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 Sep 12, 2024
1 parent 61540d6 commit 1684397
Show file tree
Hide file tree
Showing 4 changed files with 4 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.1.0
kubescape: juburr/kubescape-orb@0.3.1

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.16"
default: "3.0.17"
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.0.3
kubescape: juburr/kubescape-orb@0.3.1

jobs:
build-images:
Expand Down
1 change: 1 addition & 0 deletions src/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ echo " VERSION: ${VERSION}"
# Lookup table of sha512 checksums for different versions of kubescape-ubuntu-latest
declare -A sha512sums
sha512sums=(
["3.0.17"]="cb1f45dfd445a56acbc10ce2dd25d156c98c576c6d626215773f9905de8b4d63de870833b313fafbfadb9e8a5d774059ee2cc964847f147b4f8d75272d443fed"
["3.0.16"]="a59b60d1cca7aa3dafca728b5d98dcb01b9e790f619c5397e7ec7027e915bbcdea2593942beb7f4dfe816a0bfeb74dff02b0ebc8640a75cf7556cc8e02623e8c"
["3.0.15"]="d263406c7d9bcfd726a3310f38dc33970a15e8863af60d0b2d01ee0d02e834436dd677cdd25ff3e045bd4ffb09f554f2bdba10b9be91f7a903ea7b80513eba0c"
["3.0.14"]="d373c09d74be061581493919cf08f170932d8da14018b19381c73af2c9d8bbee64b150f65d7937da961674fc5581e64dad3f0b6ce2df11c408cd282ee375ff14"
Expand Down

0 comments on commit 1684397

Please sign in to comment.