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
There bug was introduced after feature implementation #730
The Scenario is that if a GitHub action uses GoSec without any arguments --include or --exclude
And if there is another step that has arguments --include or --exclude, then the current implementation returns true for stepArguments
Which is wrong.
Things to do:
Fix the current implementation, such that argument check is conducted only if the step uses or runs GoSec
The text was updated successfully, but these errors were encountered:
There bug was introduced after feature implementation #730
The Scenario is that if a GitHub action uses GoSec without any arguments
--include or --exclude
And if there is another step that has arguments
--include or --exclude
, then the current implementation returns true for stepArgumentsWhich is wrong.
Things to do:
The text was updated successfully, but these errors were encountered: