randywatson1979

Results 3 issues of randywatson1979

Currently the base image is debian:buster-slim. After scanning image with Trivy: (HIGH: 209, CRITICAL: 21) After using debian:bookworm-slim: Total: 0 (HIGH: 1, CRITICAL: 0) High (CVE-2021-38561) see other ticket: [https://github.com/bitpoke/mysql-operator/issues/830](url)

Several binaries in the images needed to be rebuilt with the upgraded go module. CVE-2021-38561 Golang module: golang.org/x/text Affected version: v0.3.6 Fixed version: v0.3.7

Typo in readme example: `kubectl create secret generic github-releases-notifier \ --from-literal=github=XXX` \ --from-literal=slack=XXX` Readme secret example missing/partially wrong formatting quoted values.