opdev / opcap

Apache License 2.0
3 stars 15 forks source link

main.go lines 13 to 16 masks panics by exiting without errors #287

Closed acmenezes closed 1 year ago

acmenezes commented 1 year ago

Bug Description

opcap fails on audit.go line 59 with out of boundary message. opcap just exits with no errors

Version and Command Invocation

opcap check

Steps to Reproduce:

1) just run opcap check

Expected Result

Run audits against operators

Actual Result

The program exits without errors and doesn't do it's job

Additional Context

No additional context

acmenezes commented 1 year ago

Bug on github. Duplicated issue.