Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clairctl: Scan the pointer to the pointer of the bool
I believe that even though ok is a *bool type, we still need to pass it's address to Scan() otherwise it's akin to ok := bool; Scan(&ok), which I believe only supports binary values and not nullable bools. Signed-off-by: crozzy <joseph.crosland@gmail.com>
- Loading branch information