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
Trying to reproduce #103.
Did not parse any commented code so will need more detailed testing to
see whether it happens further up the stack? But the crawler is just
building on these parsed slices and never gooes into the actual yaml
bytes.
If a project has commented includes/triggers they are parsed as uncommented code.
Steps to reproduce:
Currently if a .gitlab-ci.yml for
project-A
contains something like:Then, it's also parsed as a relationship.
So a relationship from project-A to project-B of type INCLUDE is created which shouldn't happen.
This might need to be excluded.
The text was updated successfully, but these errors were encountered: