Fedora Account System
Red Hat Associate
Red Hat Customer
## bundle-hack/update_bundle.sh lacks fail-fast shell options **Component:** olm-operator-konflux-sample `bundle-hack/update_bundle.sh` does not set fail-fast shell options, so a failed `skopeo`/`jq` step can silently proceed to the Python CSV rewrite step using stale or incomplete data. ### Remediation Add `set -euo pipefail` after the shebang and check `skopeo`/`jq` exit status explicitly before proceeding to the Python CSV rewrite. --- *Source: Ex-Wing/Glasswing Konflux CI security assessment (Mythos), finding FIND-006*