Skip to content

Merge branch 'master' into feat/fips-base-image

af9abcc
Select commit
Loading
Failed to load commit list.
Merged

[TT-16946][TT-16950][TT-16951] feat(ci): FIPS base image for FIPS Docker builds + Go 1.25 #963

Merge branch 'master' into feat/fips-base-image
af9abcc
Select commit
Loading
Failed to load commit list.
probelabs / Visor: performance succeeded Apr 14, 2026 in 1m 8s

✅ Check Passed (Warnings Found)

performance check passed. Found 1 warning, but fail_if condition was not met.

Details

📊 Summary

  • Total Issues: 1
  • Warning Issues: 1

🔍 Failure Condition Results

Passed Conditions

  • global_fail_if: Condition passed

Issues by Category

Performance (1)

  • ⚠️ .github/workflows/release.yml:214 - The Docker Scout CLI is downloaded and installed on every workflow run. This adds avoidable network latency and execution time to the CI pipeline. For faster and more reliable builds, this dependency should be cached.

Powered by Visor from Probelabs

💡 TIP: You can chat with Visor using /visor ask <your question>

Annotations

Check warning on line 214 in .github/workflows/release.yml

See this annotation in the file changed.

@probelabs probelabs / Visor: performance

performance Issue

The Docker Scout CLI is downloaded and installed on every workflow run. This adds avoidable network latency and execution time to the CI pipeline. For faster and more reliable builds, this dependency should be cached.
Raw output
Use `actions/cache` to cache the `docker-scout` binary across workflow runs. The installation step should then only be executed if the binary is not found in the cache, speeding up subsequent builds.