Skip to content

Commit 6988b7d

Browse files
authored
Merge pull request #57424 from wolfi-dev/wolfictl-efad7b5f-1849-4807-9b1e-f842d277a806
kubescape/3.0.35 package update
2 parents 3378187 + 092311e commit 6988b7d

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

kubescape.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: kubescape
3-
version: "3.0.34"
4-
epoch: 3
3+
version: "3.0.35"
4+
epoch: 0
55
description: Kubescape is an open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters. It includes risk analysis, security, compliance, and misconfiguration scanning, saving Kubernetes users and administrators precious time, effort, and resources.
66
copyright:
77
- license: Apache-2.0 AND MIT
@@ -19,28 +19,21 @@ environment:
1919
pipeline:
2020
- uses: git-checkout
2121
with:
22-
expected-commit: 02bf31fbc94bf9affead950eb4aab1caa966479c
22+
expected-commit: 6042818a7178b43d0fa0dbb0bbc07f57036de426
2323
recurse-submodules: "true"
2424
repository: https://github.com/kubescape/kubescape
2525
tag: v${{package.version}}
2626

2727
- uses: go/bump
2828
with:
2929
deps: |-
30-
helm.sh/helm/v3@v3.17.3
31-
golang.org/x/net@v0.38.0
3230
github.com/cloudflare/circl@v1.6.1
3331
modroot: httphandler
3432

3533
- uses: go/bump
3634
with:
3735
deps: |-
38-
github.com/mholt/archiver/v3@v3.5.2
39-
golang.org/x/oauth2@v0.27.0
40-
helm.sh/helm/v3@v3.17.3
41-
golang.org/x/net@v0.38.0
4236
github.com/cloudflare/circl@v1.6.1
43-
replaces: github.com/mholt/archiver/v3=github.com/anchore/archiver/v3@v3.5.2
4437
4538
- runs: |
4639
make build

0 commit comments

Comments
 (0)