simar7
simar7
Hello, While working with datacharmer's test_db (https://github.com/datacharmer/test_db) and faker, I observed that we can also add a randomly generated gender field to the Name() class. I'm creating this issue to...
``` go get github.com/cep21/benchdraw go get: github.com/cep21/benchdraw@none updating to github.com/cep21/[email protected] requires github.com/golangci/[email protected] requires github.com/go-critic/[email protected]: invalid pseudo-version: does not match version-control timestamp (expected 20190526074819) ```
Hello! Thank you for this wonderful library, I really like the simplicity of it. Would there be in the future support for batch updates and/or additions? For example BoltDB has...
**Motivation:** When I was trying to write a simple unit test for functions in `tracee.bpf.c` I found it extremely challenging to set up all the necessary headers in place for...
https://github.com/aquasecurity/libbpfgo/blob/main/helpers/osinfo.go seems to be untested. It would be helpful to add some unit tests to cover certain scenarios.
hi! – first off, thanks for the amazing software. It really does help a lot! I just had a quick question about an XML I was trying to unmarshal using...
The documentation currently lists fields that our Actions accept but doesn't always list which field is Optional vs. Required. This information however is available within the comments for each Action...
Hello, I'm running this on a macOS Catalina. I still see banner based ads like the one below I personally find these ads even more intrusive than audio based ones...
@knqyf263 has created https://github.com/knqyf263/trivy-issue-action which can create issues by running trivy with GH Action. As we already have Trivy Action, we can incorporate that functionality here.
Today Trivy does not offer the ability to display vulnerabilities while still returning a pass for the pipeline run **Example:** Project has 4 vulns: 2 high, 2 low, 0 critical...