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
@billabongrob I found that harbor get api to version 1.1
so change line 60 of file /node_modules/@backsellerit/backstage-plugin-harbor-backed/dist/index.cjs.js
to const vulnKey = "application/vnd.security.vulnerability.report; version=1.1";
Then it will work
Another issue is Learn More link is wrong.
You can change this line of file HarborRepository-4d269d63.esm.js (backstage-plugin-harbor/dist/esm)
Line 59: to: ${rowData.repoUrl}/artifacts-tab/artifacts/${rowData.tag},
@billabongrob I found that harbor get api to version 1.1 so change line 60 of file /node_modules/@backsellerit/backstage-plugin-harbor-backed/dist/index.cjs.js to const vulnKey = "application/vnd.security.vulnerability.report; version=1.1"; Then it will work
Sounds like the issue I reported in the backend plugin. See
All images show as having
None
for the vulnerability.The text was updated successfully, but these errors were encountered: