Baruch Odem (Rothkoff)

Results 208 comments of Baruch Odem (Rothkoff)

Hi @yrachelevi, when you're saying "filename", do you mean only when we scan files? What about scanning Confluence, Discord, or Paligo? Do you want to be able to exclude files...

I just noted this feature is already implemented in the `filesystem` plugin with the `--ignore-pattern` argument. - [x] We must understand if this feature is relevant to all plugins. -...

It is already implemented for the `filesystem` plugin, and we need to implement it for `git`, `confluence`, and `paligo`. I suggest that each plugin will be implemented in a separate...

@kaplanlior I see people using this tool freely in their indie projects, without being Checkmarx customers. Having said that, we can guide them on how to use `ast-github-action` for only...

Two examples of implementing a Github Action based on Docker: 1. [ast-github-action](https://github.com/Checkmarx/ast-github-action) 2. [kics-github-action](https://github.com/Checkmarx/kics-github-action) They both contain an `entrypoint.sh` file with a big code to handle action inputs, and I...

Regarding `ast-github-action`, talk with Pedro. Follow the `kics-github-action` flow.

Check the possibility of uploading a report to mark the secret on the code, like in Kics. [See why *gitleaks* not using Github Code Scanning](https://github.com/gitleaks/gitleaks-action#can-i-use-gitleaks-action-as-a-third-party-tool-for-github-code-scanning). But we can do annotations...