Itay Shakury

Results 316 comments of Itay Shakury

Hi there, is there anything else required to proceed?

Hello from team Trivy :) Just chiming in to say that Trivy now allows software maintainers (you) to publish vulnerability analysis for your packages (or libraries or images) so that...

I was struggling with the same thing, however I'm using pyspark. I've tried the following with no success: `spark.conf.set("avro.mapred.ignore.inputs.without.extension", "false")` `spark.conf.set("spark.hadoop.avro.mapred.ignore.inputs.without.extension", "false")` `SparkSession.builder.config("spark.hadoop.avro.mapred.ignore.inputs.without.extension","false")` `SparkSession.builder.config("avro.mapred.ignore.inputs.without.extension","false")` Eventually I found that this worked:...

I am working with Azure Event Hubs (similar service to kafka) which has an ability to archive events to persistent storage (called Event Hubs Archive). EH Archive will create empty...

sorry for not noticing this earlier. I guess this is irrelevant by now but in any case, it may have to do with functions v2 compatibility https://github.com/Azure/azure-functions-host/wiki/host.json-(v2). I might need...

Hello, this seems to be a question about how to configure Redis and Harbor. Please consult the Redis documentation for information about sentinel https://redis.io/docs/manual/sentinel/

@eranshapira are you actually going to take it?

I think a practical solution would be some file naming convention, for example, if I'm evaluating `mypolicy.rego` the extension can look for a file called `input.mypolicy.json` or `mypolicy.input.json` or whatever...

@kovacs-levent Binray identification is already implemented in the commercial scanner of Aqua as described here: https://github.com/aquasecurity/resources/blob/main/trivy-aqua.md#vulnerability-scanning (this doc is linked from the contribution guide, but regardless we should have let...

Yes Trivy is an open source project but I wouldn't say it's "community-driven" like you put it - Aqua invests heavility into this project and Aqua employees do the overwhelming...