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
Despite no scannable content in default (main) branch (yet), import should continue with non-default branches that do have scannable content at this point.
Actual behaviour
Import sees no scannable content in default branch and does not attempt the non-default target repositories.
Steps to reproduce
Create a repository with a default branch that holds no scannable content
Create a new branch that does have scannable content
Execute import against these targets
Observe that only the default branch is attempted
Debug log
If applicable, please add DEBUG=*snyk* <command here> before your command and include the output here **ensuring to remove any sensitive/personal details or tokens.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
./run_targets_emu.out:2024-05-28 19:58:00 | INFO | tasks.targets:generate_targets_for_repository:88 - [probono-microsite] Import file specified branches, using those..
{'orgId': '90cde499-8dbe-482e-aba2-ed76b1426d15', 'integrationId': '140f3713-7c89-405e-b347-16d469fff5c6', 'target': {'fork': False, 'owner': 'massmutual-git', 'name': 'probono-microsite', 'branch': 'qa'}}
{'orgId': '90cde499-8dbe-482e-aba2-ed76b1426d15', 'integrationId': '140f3713-7c89-405e-b347-16d469fff5c6', 'target': {'fork': False, 'owner': 'massmutual-git', 'name': 'probono-microsite', 'branch': 'main'}}
Expected behaviour
Despite no scannable content in default (main) branch (yet), import should continue with non-default branches that do have scannable content at this point.
Actual behaviour
Import sees no scannable content in default branch and does not attempt the non-default target repositories.
Steps to reproduce
Create a repository with a default branch that holds no scannable content
Create a new branch that does have scannable content
Execute import against these targets
Observe that only the default branch is attempted
Debug log
If applicable, please add
DEBUG=*snyk* <command here>
before your command and include the output here **ensuring to remove any sensitive/personal details or tokens.Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: