Skip to content

Commit 17422bf

Browse files
authored
Merge pull request #2241 from OWASP/copilot/fix-2240
Fix deadlink checker by updating HashiCorp URLs and adding ignore patterns
2 parents 05230d2 + cdc8e94 commit 17422bf

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,4 @@ scripts/sort_contibutors/contributors_file.*
120120
*whispers*output*.json
121121
git_secrets_output.txt
122122
.secrets.baseline.json
123+
lychee

.lycheeignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ https://twitter.com/intent/tweet?*
1919
https://github.com/OWASP/CheatSheetSeries*
2020
https://github.com/OWASP/wrongsecrets*
2121
https://github.com/OWASP/www-project-wrongsecrets*
22+
23+
# HashiCorp sites are rate-limited and cause 429 errors
24+
https://developer.hashicorp.com/*
25+
https://learn.hashicorp.com/*
26+
https://www.vaultproject.io/*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Make sure you have the following installed:
322322
- helm [Install from here](https://helm.sh/docs/intro/install/),
323323
- kubectl [Install from here](https://kubernetes.io/docs/tasks/tools/),
324324
- jq [Install from here](https://stedolan.github.io/jq/download/),
325-
- vault [Install from here](https://www.vaultproject.io/downloads),
325+
- vault [Install from here](https://developer.hashicorp.com/vault/install),
326326
- grep, Cat, and Sed
327327

328328
Run `./k8s-vault-minikube-start.sh`, when the script is done, then the challenges will wait for you at <http://localhost:8080> . This will allow you to run challenges 1-8, 12-48.

aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Have the following tools installed:
2020
- openssl
2121
- sed
2222
- Tfenv (Optional) - [Installation](https://github.com/tfutils/tfenv)
23-
- Terraform CLI - [Installation](https://learn.hashicorp.com/tutorials/terraform/install-cli)
23+
- Terraform CLI - [Installation](https://developer.hashicorp.com/terraform/install)
2424
- Vault - [Installation](https://developer.hashicorp.com/vault/install)
2525
- wget - [Installation](https://www.jcchouinard.com/wget/)
2626

azure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Have the following tools installed:
1717
- openssl
1818
- Kubectl [Installation](https://kubernetes.io/docs/tasks/tools/)
1919
- sed
20-
- Terraform CLI - [Installation](https://learn.hashicorp.com/tutorials/terraform/install-cli)
20+
- Terraform CLI - [Installation](https://developer.hashicorp.com/terraform/install)
2121
- Tfenv (Optional) - [Installation](https://github.com/tfutils/tfenv)
2222
- Vault - [Installation](https://developer.hashicorp.com/vault/install)
2323
- Wget - [Installation](https://www.jcchouinard.com/wget/)

gcp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Have the following tools installed:
1515
- jq [Installation](https://stedolan.github.io/jq/download/)
1616
- Kubectl [Installation](https://kubernetes.io/docs/tasks/tools/)
1717
- sed
18-
- Terraform CLI - [Installation](https://learn.hashicorp.com/tutorials/terraform/install-cli)
18+
- Terraform CLI - [Installation](https://developer.hashicorp.com/terraform/install)
1919
- Tfenv (Optional) - [Installation](https://github.com/tfutils/tfenv)
2020
- vault - [Installation](https://developer.hashicorp.com/vault/install)
2121
- Wget - [Installation](https://www.jcchouinard.com/wget/)

0 commit comments

Comments
 (0)