chore: update reusable docker pipeline to v0.18.1#489
Conversation
🔐 Commit Signature Verification✅ All 1 commit(s) passed verification
Summary
Required key type: Last verified: 2026-03-24 09:24 UTC |
Greptile SummaryThis PR updates the pinned SHA reference for
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant GH as GitHub Actions
participant FS as Filesystem Scanner
participant Builder as Docker Builder
participant IS as Image Scanner
participant Reg as Container Registry
GH->>FS: Scan source filesystem (vulns)
FS-->>GH: Filesystem vuln report (SARIF)
GH->>FS: Scan source filesystem (secrets)
FS-->>GH: Filesystem secret report (SARIF)
GH->>Builder: Build Docker image locally
Builder-->>GH: Image built (not yet pushed)
GH->>IS: Scan image layers (vulns)
IS-->>GH: Image vuln report (SARIF)
GH->>IS: Scan image layers (secrets)
IS-->>GH: Image secret report (SARIF)
GH->>GH: Upload SARIF → GitHub Security tab
GH->>GH: Hadolint Dockerfile lint check
alt All scans pass & lint passes
GH->>Reg: Push image to registry
Reg-->>GH: Push confirmed
else CRITICAL/HIGH finding or lint failure
GH->>GH: Block publish, fail pipeline
end
Reviews (1): Last reviewed commit: "chore: update reusable docker pipeline t..." | Re-trigger Greptile |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b267a0e0d2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
reusable_docker_pipeline.ymlto v0.18.1 (0adff9d36a)What's new in v0.18.1