Hi Everyone, I am new to Backstage. Currently exploring the opportunity for implementing for our company. We are working on a mvp where first step we need is to install vanilla Backstage in k8s cluster.
We have created Backstage in our local with npx command. Pushed the code to organization github repository. Connected it to the ci/cd Pipeline.
Now in trivy image scan step we are getting error that current version of glob library is having vulnerabilities.
In the report it says we are using 10..4.5 version and 11.0.3 version. And the fixed versions are 11.1.0 and 10.5.0. How do we fix this problem. Any help or pointers would be really helpful.