We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c7764 commit 58711c6Copy full SHA for 58711c6
1 file changed
.github/workflows/security-bot.yml
@@ -28,14 +28,10 @@ jobs:
28
# Also look for any USER#### IDs appearing on the page
29
if grep -qE "Answer:|USER[0-9]{4}|failed" blogger_dump.html; then
30
echo "BOT_RESPONDED=true" >> $GITHUB_ENV
31
-
32
- If you cannot search the site, read this sample instead.
33
- USER6776
34
- Explanation:
35
36
# Extract the specific text the bot wrote to show you in the report
37
# This grabs 2 lines of context around the "Answer"
38
- grep -C 2 "Answer:" or " Explanation:" blogger_dump.html > bot_message.txt || echo "Pattern found but hidden in script" > bot_message.txt
+ grep -C 2 "Answer:" blogger_dump.html > bot_message.txt || echo "Pattern found but hidden in script" > bot_message.txt
39
fi
40
41
- name: "Report Bot to GitHub"
0 commit comments