Skip to content

fix(ci): pin Trivy action and load compose example env - #6

Draft
cursor[bot] wants to merge 2 commits into
mainfrom
donny-devops/ci-autofix-automation-ebc2
Draft

cursor[bot] wants to merge 2 commits into
mainfrom
donny-devops/ci-autofix-automation-ebc2

Conversation

@cursor

@cursor cursor Bot commented Sep 13, 2026

Copy link
Copy Markdown

Summary

CI on main at 238f431 failed two jobs that have been red since the workflow was added:

  • Trivy config scan could not resolve aquasecurity/trivy-action@v2 (that tag does not exist; it was pinned in 8a6caaa).
  • Validate Docker Compose stacks (monitoring-analytics) failed interpolation because GRAFANA_PASSWORD is required and CI ran docker compose config without the stack .env.example.

Changes

  • Pin the Trivy config scan to aquasecurity/trivy-action@ed142fd (v0.36.0).
  • Validate each stack with docker compose --env-file .env.example config --quiet so required variables are present without weakening the compose :? check for real deploys.
  • Drop the extra trailing blank line that yamllint flagged.

Verification

  • docker compose --env-file .env.example config --quiet succeeds for monitoring-analytics and homelab-dashboard.
  • The same command without .env.example still fails on GRAFANA_PASSWORD as intended.
  • yamllint is clean on .github/workflows/ci.yml.

Triggered by the merge of #2 (docs). Author: @donny-devops.

Open in Web View Automation 

cursoragent and others added 2 commits September 13, 2026 12:24
CI never resolved aquasecurity/trivy-action@v2. Pin the config scan
to the v0.36.0 commit and validate stacks with each .env.example so
required interpolations like GRAFANA_PASSWORD succeed.

Co-authored-by: Adonis Jimenez <donny-devops@users.noreply.github.com>
Co-authored-by: Adonis Jimenez <donny-devops@users.noreply.github.com>
@ecc-tools

ecc-tools Bot commented Sep 13, 2026

Copy link
Copy Markdown

ECC Tools / Security Evidence

Commit: fbca319b9b34cbf4c7044dfb7f1460c0aee3b312

Security evidence gate passed (success)

No security-sensitive scanner-evidence gap detected.

Mode: enforce

Scanned 1 changed file(s). No missing scanner-evidence signal was detected.

Check publication was denied or unavailable. An app owner must enable Checks: read and write, and the installation owner must approve the updated permission.

@ecc-tools

ecc-tools Bot commented Sep 13, 2026

Copy link
Copy Markdown

ECC Tools / PR Risk Taxonomy

Commit: fbca319b9b34cbf4c7044dfb7f1460c0aee3b312

PR taxonomy review recommended (neutral)

Detected 2 PR taxonomy bucket(s): Security Evidence, CI/CD Recommendation.

Scanned 1 changed file(s).

Roadmap taxonomy buckets:

Security Evidence

Security-sensitive changes should carry explicit scanner, code-scanning, or focused regression evidence.

Signals:

  • 1 security-sensitive path(s) changed

Paths:

  • .github/workflows/ci.yml

CI/CD Recommendation

CI, dependency, coverage, and contract signals should be routed into follow-up checks or verification work.

Signals:

  • CI workflow changes may ship without failure-mode evidence
  • Dependency or CI drift could surface after merge
  • 1 CI or workflow path(s) changed

Paths:

  • .github/workflows/ci.yml

Check publication was denied or unavailable. An app owner must enable Checks: read and write, and the installation owner must approve the updated permission.

@ecc-tools

ecc-tools Bot commented Sep 13, 2026

Copy link
Copy Markdown

ECC Tools / Reference Set Readiness

Commit: fbca319b9b34cbf4c7044dfb7f1460c0aee3b312

Reference set readiness gaps detected (neutral)

Reference evidence present for 0/7 areas (0%) across 1 changed file(s).

This check is based on files changed in this PR. Repository-level readiness is still reported by /ecc-tools analyze comments and generated manifests.

Area Status Evidence / Next Step
Deep analyzer corpus Missing Add analyzer fixture, golden, benchmark, or reference-set files that can catch analyzer regressions.
RAG/evaluator comparison Missing Add retrieval or evaluator reference-set comparison fixtures with expected ranking behavior.
PR salvage/review corpus Missing Add stale-PR, review-thread, reopen-flow, or salvage reference cases for queue cleanup automation.
Discussion triage corpus Missing Add public discussion triage fixtures, golden cases, or reference sets for informational, answered, and no-response classifications.
Harness compatibility Missing Add cross-harness, adapter-compliance, or harness-audit evidence for Claude, Codex, OpenCode, Zed, dmux, and agent surfaces.
Security evidence Missing Attach security evidence such as SBOMs, SARIF, audit reports, or AgentShield evidence packs.
CI failure-mode evidence Missing Add captured CI failure logs, dry-run fixtures, or troubleshooting docs for common workflow failure modes.

Check publication was denied or unavailable. An app owner must enable Checks: read and write, and the installation owner must approve the updated permission.

@ecc-tools

ecc-tools Bot commented Sep 13, 2026

Copy link
Copy Markdown

ECC Tools / Hosted Promotion Readiness

Commit: fbca319b9b34cbf4c7044dfb7f1460c0aee3b312

Hosted promotion readiness passed (success)

No hosted promotion evidence gaps detected across 1 changed file(s); 0 corpus scenarios had matching evidence.

This check compares PR file changes against the evaluator/RAG promotion corpus in src/analyzers/fixtures/evaluator-rag-corpus.ts.
Hosted output scoring inspected 0 completed cached hosted job results.

No evaluator corpus scenarios matched this PR.

Check publication was denied or unavailable. An app owner must enable Checks: read and write, and the installation owner must approve the updated permission.

@ecc-tools

ecc-tools Bot commented Sep 13, 2026

Copy link
Copy Markdown

ECC Tools / PR Config Audit

Commit: fbca319b9b34cbf4c7044dfb7f1460c0aee3b312

No changed-config issues detected (success)

Scanned 1 config file(s) present at this commit across 1 changed config path(s) and found no issues in the supported security rules.

Changed config files:

  • .github/workflows/ci.yml

Check publication was denied or unavailable. An app owner must enable Checks: read and write, and the installation owner must approve the updated permission.

@ecc-tools

ecc-tools Bot commented Sep 13, 2026

Copy link
Copy Markdown

ECC Tools / PR Harness Audit

Commit: fbca319b9b34cbf4c7044dfb7f1460c0aee3b312

No harness issues detected (success)

Scanned 1 changed config file(s) and found no harness issues.

Changed config files:

  • .github/workflows/ci.yml

Check publication was denied or unavailable. An app owner must enable Checks: read and write, and the installation owner must approve the updated permission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant