Skip to content

Commit 35ab0dc

Browse files
committed
adding hashi docs to exclude list for link checking
+ looks like hashi's edge is potentially bot challenging requests from CI
1 parent 447ca2c commit 35ab0dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.build/check-broken-links.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ blc --recursive http://127.0.0.1:3000
7676
--exclude 'https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification' \
7777
--exclude 'https://twitter.com/spinframework' \
7878
--exclude 'https://linux.die.net/man/1/which' \
79-
\
79+
`## returns 429` \
80+
--exclude 'https://developer.hashicorp.com/vault/docs/secrets/kv/kv-v2' \
81+
--exclude 'https://developer.hashicorp.com/vault/tutorials/get-started/install-binary' \
8082
`## false positives` \
8183
--exclude 'https://www.gnu.org/software/coreutils/' \
8284
--exclude 'https://crates.io/' \

0 commit comments

Comments
 (0)