Skip to content

Commit a62759e

Browse files
authored
Merge branch 'main' into update-sum
2 parents 24e8407 + 16ead10 commit a62759e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/check-links.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Check unrendered links
1717
id: lychee_unrendered
18-
uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374 # v2.2.0
18+
uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6 # v2.3.0
1919
env:
2020
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2121
with:
@@ -48,7 +48,7 @@ jobs:
4848

4949
# - name: Check rendered links
5050
# id: lychee_rendered
51-
# uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374 # v2.2.0
51+
# uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6 # v2.3.0
5252
# env:
5353
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
5454
# with:

content/en/policies/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "Policies"
44

55
# Sample Policies
66

7-
The policies here are maintained by the community and are as samples that demontrate the power and flexibility of Kyverno. To use in your environment, make sure you test with the right versions of Kyverno and Kubernetes, and optimize for your use case.
7+
The policies here are maintained by the community and are as samples that demonstrate the power and flexibility of Kyverno. To use in your environment, make sure you test with the right versions of Kyverno and Kubernetes, and optimize for your use case.
88

99
Select the **Policy Type** and **Policy Category** on the left navigation, or use the search, to find the policy you need.
1010

render/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/xanzy/ssh-agent v0.3.3 // indirect
3737
golang.org/x/crypto v0.31.0 // indirect
3838
golang.org/x/mod v0.17.0 // indirect
39-
golang.org/x/net v0.25.0 // indirect
39+
golang.org/x/net v0.33.0 // indirect
4040
golang.org/x/sync v0.10.0 // indirect
4141
golang.org/x/sys v0.28.0 // indirect
4242
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect

render/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -941,8 +941,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
941941
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
942942
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
943943
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
944-
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
945-
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
944+
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
945+
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
946946
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
947947
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
948948
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=

0 commit comments

Comments
 (0)