Skip to content

Commit 9e366f2

Browse files
committed
extend link checker ignore list
1 parent 4ad9e98 commit 9e366f2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.lycheeignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ myfriend.site.com/
77
https://www.lockheedmartin.com
88

99
# github gets upset if too many requests are made to create new issues
10-
https://github.com/OWASP/www-project-developer-guide/issues/new
11-
https://github.com/OWASP/www-project-developer-guide/pulls
10+
https://github.com/OWASP/DevGuide/issues/new
11+
https://github.com/OWASP/DevGuide/pulls
1212

1313
# ignore LINDDUN site because it occasionally times out
1414
https://www.linddun.org/
@@ -17,7 +17,10 @@ https://www.linddun.org/
1717
https://mvnrepository.com/artifact/org.owasp.esapi/esapi
1818

1919
# do not harass dockerhub
20+
https://hub.docker.com/r/bkimminich/juice-shop
21+
https://hub.docker.com/r/pygoat/pygoat
2022
https://hub.docker.com/r/owasp/threat-dragon/tags
23+
https://hub.docker.com/r/securityrat/securityrat
2124
https://hub.docker.com/r/webgoat/webgoat
2225

2326
# Google drive tends to need permissions that the link checker does not have

0 commit comments

Comments
 (0)