You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked out the repo @kingthorin and I have found the root case for this issue, this issue comes up in the way the action actually tries to parse your rules file.
The message will always be Error when reading the rules file since this is in the catch block of processLineByLine function.
The problem:
Your rules file has wrong type of spacing, you need to use only tabs not spaces between the columns since it splits it by \t and hence fails when you use spaces instead, so make sure in your rules file:
# MAKE SURE TO ONLY USE TAB SPACING BETWEEN EACH COLUMN OR THE ACTION FAILS TO READ THE RULES
10055 IGNORE CSP
I was able to resolve my issue after fixing my spaces to tabs.
chad-butler-git
added a commit
to chad-butler-git/pygoat-github-actions
that referenced
this issue
Nov 21, 2024
Somehow the path has the repo twice, I believe because of actions/runner#2058
action-baseline/index.js
Line 14 in f00f834
My action is:
Error log:
Set up job, (when running the action above) reports:
The text was updated successfully, but these errors were encountered: