We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ff68d commit 49ba38aCopy full SHA for 49ba38a
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
workflow_dispatch:
8
9
env:
10
- helm-version: v3.11.0
+ helm-version: v3.11.1
11
12
jobs:
13
release:
.github/workflows/sec-audit.yml
@@ -9,8 +9,8 @@ on:
golang-version: 1.18.4
- kubescape-version: v2.0.183
+ kubescape-version: v2.2.0
14
15
16
security-audit:
.github/workflows/tests.yml
@@ -4,7 +4,7 @@ on:
4
branches-ignore: ['renovate/**']
5
pull_request:
6
lint:
runs-on: ubuntu-latest
0 commit comments