Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: PrivateAIM/node-message-broker
Length of output: 771
🌐 Web query:
authup Docker Hub image latest tag digest registry💡 Result:
docker.io/authup/authup(hub.docker.com)latest(last pushed “6 days” ago on Docker Hub at time of lookup) (hub.docker.com)authup/authup:latest(per platform shown on Docker Hub):linux/amd64:sha256:db1f4f9d6aeb49674705f7a18573a94e9c5acddf084f74653c2194feda224a56(hub.docker.com)linux/arm64:sha256:cac3286458351aa483bca59bdf33e2372d021afb9534aab4b9fb32e8b41f68f0(hub.docker.com)To pin by digest, use the
@sha256:...form (e.g.,authup/authup@sha256:...). (docs.docker.com)Citations:
Use an immutable Authup image reference for deterministic CI.
Line 62 uses an unqualified image reference (
authup/authup) which resolves to the floatinglatesttag, causing non-deterministic system-test behavior across runs. Pin to a digest or inject a pinned value via CI environment variable.Suggested change
📝 Committable suggestion
🤖 Prompt for AI Agents