Fedora Account System
Red Hat Associate
Red Hat Customer
## No automated dependency-update or vulnerability-scanning configuration **Component:** operator-foundry The repository has no Dependabot/Renovate configuration for Go modules or GitHub Actions, and no automated Go vulnerability scanning step in CI. ### Remediation Add `.github/dependabot.yml` with `gomod` and `github-actions` ecosystems (or enable Konflux MintMaker/Renovate). Add a `govulncheck ./...` step to `.github/workflows/ci.yaml`. --- *Source: Ex-Wing/Glasswing Konflux CI security assessment (Mythos), finding FIND-004*