crazy-matt
crazy-matt
Hi, I got this error message today: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x1a0 pc=0x66d2a7] goroutine 1 [running]: main.main() /go/github.com/andrewslotin/rummelsnuff/main.go:62...
Hi, I tested all combinations of configuration possible and I can't make credscan working. How I tested? Injecting a file containing: ``` username='administrator' email='[email protected]' ``` and using this workflow https://github.com/crazy-matt/pre-commit-manager/blob/main/.github/workflows/security_scanner.yml...
Hi Is there any plan to support the `merge_group` Github Action event? Cheers
When using this action on a private repo to push a new branch with a file created just for the sake of the test, I get the exception below: ```...
Thanks for this nice action which is working formidably well with just the GITHUB_TOKEN. I noticed 1 thing though which could be improved. The action commits and pushes a file...