We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb1c2e commit 6a940bcCopy full SHA for 6a940bc
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
helm s3 push chart_release/* tscharts --acl public-read --relative
51
52
- name: Create release
53
- uses: ncipollo/release-action@v1.11.2
+ uses: ncipollo/release-action@v1.12.0
54
with:
55
tag: ${{ env.CHART_VERSION }}
56
allowUpdates: true
.github/workflows/sec-audit.yml
@@ -10,7 +10,7 @@ on:
10
env:
11
golang-version: 1.18.4
12
helm-version: v3.10.2
13
- kubescape-version: v2.0.176
+ kubescape-version: v2.0.178
14
15
jobs:
16
security-audit:
0 commit comments