Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit aed955d

Browse files
authored
docs: Change printed link in kwctl scaffold verification-config
Signed-off-by: Víctor Cuadrado Juan <2196685+viccuad@users.noreply.github.com>
1 parent 6cce902 commit aed955d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scaffold/verification_config.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ pub(crate) fn verification_config() -> Result<String> {
2222
r#"
2323
#
2424
# Providing a config in the default location enables Sigstore verification.
25-
# See https://docs.kubewarden.io for more Sigstore verification options."#,
25+
# See https://docs.kubewarden.io/next/howtos/security-hardening/secure-supply-chain
26+
# for more Sigstore verification options."#,
2627
);
2728

2829
let kubewarden_verification_config =

0 commit comments

Comments
 (0)