Sourav Kumar
Sourav Kumar
@simar7 ya happy to help. can you let me know where to start
@grglzrv what is the command to get the output that you are showing. I want to check it some explem and see the output.
I want to know from where I can get all this data to display. Do I just have to add here all the vulnerability id, metadata, namespace, title, etc just...
 I have written all of this but still, I don't know where should i collect the data for this new tag that you have asked for.
Hey. @grglzrv do I have to make a new rego file so I just use the `postee.trivyoperator.slack` file
 hey @grglzrv these are the things that you wanted
Okya I understand the separation 0 and 1 index but I don't understand where we need the loop function
Sorry for replying this late ``` vulnList := [VulnerabilityID,installedVersion,fixedVersion, title, primaryLink,severity] vuln = result{ some i in vulnList result = input.vulnerabilites[i].[j] } ``` I tried like this but it is...