Dependency List: Is a lock file required to display container system dependencies?

Using Trivy, I am able to get a list of system dependencies of the a scanned container, however the dependency list page is not being populated . The documentation for dependency list states that it requires a lock file, however it also states that the dependency list can be generated from container scanning which the job does produce the associate json file. Also I have the following variable set:
CS_DISABLE_DEPENDENCY_LIST: “false”. So in theory it should show up right?

@csmalveaux Thanks for creating the discussion.

In theory, it should work fine. Could you confirm if the container scanning job run for the default branch?

According to docs:

The dependency list only shows the results of the last successful pipeline to run on the default branch.

Correct, I am running it in the default branch.