-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migrating acs plugin #2956
base: main
Are you sure you want to change the base?
migrating acs plugin #2956
Conversation
Signed-off-by: Matt Knop <[email protected]>
Changed Packages
|
Signed-off-by: Matt Knop <[email protected]>
Hi @BethGriggs, I reviewed the previous PR so I'll take this one 👍 |
Hi @maknop, I've triggers the build and it's failed trying to to the |
Yes I'll take a look now. |
@awanlin where do you see that failure? I wanted to look at the build failure so I can see the logs. |
Do you not see this? I'm asking just incase there some issue preventing you from seeing it. You should be able to click on those failed items to see more details. Here a link to the failure: https://github.com/backstage/community-plugins/actions/runs/13441006388/job/37574597968?pr=2956#step:5:21 |
I don't know why but I couldn't see the test failures until now. I checked multiple times today. I can see them now though so I'll see what the issue is. Thanks! |
So the issue is that it is trying to install |
As you have not had anything merged into this repo yet it won't run the CI, each time you push a commit it resets that. Part of the issue is that it looks like you keep updating from main which would also reset the CI. |
Okay, I see. So the issue is that it is trying to install |
Actually I think I see the issue. This is in the
I should remove this I believe. This NPM package doesn't exist yet. I removed this block of code in the |
Signed-off-by: Matt Knop <[email protected]>
7180d8b
to
869606b
Compare
Cool, just pushed up a fix 😄 |
Thanks for the contribution! |
Signed-off-by: Matt Knop <[email protected]>
469e562
to
3ade877
Compare
Hi @maknop, as there are still some CI errors to address that will impact the code base I'm going to wait on reviewing until it's green. I will keep an eye on this to approve the build so you aren't stuck in the mean time 👍 |
Hey @awanlin, I'll go ahead and work through those tomorrow. What all goes into the review once the CI errors are all resolved and everything is green? |
One thing I don't really understand is that there are errors in the CI check that weren't from code I specifically wrote but that were populated from the plugin bootstrap command. I basically moved the code of the entire plugin from a different repo that was being worked on into here. I'm working through the fixes on the code I wrote but this plugin does come up as it should when I run a |
Signed-off-by: Matt Knop <[email protected]>
@awanlin Could I get another rerun when you have a moment :) |
Signed-off-by: Matt Knop <[email protected]>
@awanlin Hi! I have progressed further on the CI errors. Would you mind kicking it off again for me please? 😄 |
Hey, I just made a Pull Request!
The purpose of this PR is to add a new upstream plugin for Red Hat's Advanced Cluster Security. This PR displays vulnerability data for entities in the catalog. This frontend plugin queries the ACS API by the deployment name to retrieve and display vulnerability data.
✔️ Checklist
Signed-off-by
line in the message. (more info)