Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
http://camera.local/latest.jpg rightfully causes a complaint in the
awesomebot check, whitelist it.

Signed-off-by: Joe Block <[email protected]>
  • Loading branch information
unixorn committed Oct 19, 2024
1 parent 5901119 commit 578cab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/awesomebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
fetch-depth: 0
- uses: docker://dkhamsing/awesome_bot:latest
with:
args: /github/workspace/README.md --allow-ssl --allow 500,501,502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io
args: /github/workspace/README.md --allow-ssl --allow 500,501,502,503,504,509,521 --allow-dupe --allow-redirect --request-delay 1 --white-list https://github,https://img.shields.io,http://camera.local/latest.jpg

0 comments on commit 578cab2

Please sign in to comment.