mirror of
https://github.com/katanemo/plano.git
synced 2026-07-23 16:51:04 +02:00
Update GitHub badges after CI consolidation (#758)
* Update GitHub badges after CI workflow consolidation Fix broken README badges pointing to deleted workflow files (pre-commit.yml, rust_tests.yml, e2e_tests.yml) and replace with consolidated CI badge. Add Docker image publish badge and dynamic Trivy security scan badge. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Use existing ADIL_GITHUB_TOKEN secret for security badge Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8a39446d95
commit
2fcae0453a
2 changed files with 14 additions and 3 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
|
@ -161,6 +161,17 @@ jobs:
|
||||||
with:
|
with:
|
||||||
sarif_file: trivy-results.sarif
|
sarif_file: trivy-results.sarif
|
||||||
|
|
||||||
|
- name: Update security scan badge
|
||||||
|
if: always() && github.ref == 'refs/heads/main'
|
||||||
|
uses: schneegans/dynamic-badges-action@v1.7.0
|
||||||
|
with:
|
||||||
|
auth: ${{ secrets.ADIL_GITHUB_TOKEN }}
|
||||||
|
gistID: ${{ vars.SECURITY_BADGE_GIST_ID }}
|
||||||
|
filename: security-scan-badge.json
|
||||||
|
label: Security Scan
|
||||||
|
message: ${{ job.status == 'success' && 'passing' || 'failing' }}
|
||||||
|
color: ${{ job.status == 'success' && 'green' || 'red' }}
|
||||||
|
|
||||||
# ──────────────────────────────────────────────
|
# ──────────────────────────────────────────────
|
||||||
# E2E: prompt_gateway tests
|
# E2E: prompt_gateway tests
|
||||||
# ──────────────────────────────────────────────
|
# ──────────────────────────────────────────────
|
||||||
|
|
|
||||||
|
|
@ -12,9 +12,9 @@
|
||||||
[Documentation](https://docs.planoai.dev) •
|
[Documentation](https://docs.planoai.dev) •
|
||||||
[Contact](#Contact)
|
[Contact](#Contact)
|
||||||
|
|
||||||
[](https://github.com/katanemo/plano/actions/workflows/pre-commit.yml)
|
[](https://github.com/katanemo/plano/actions/workflows/ci.yml)
|
||||||
[](https://github.com/katanemo/plano/actions/workflows/rust_tests.yml)
|
[](https://github.com/katanemo/plano/actions/workflows/docker-push-main.yml)
|
||||||
[](https://github.com/katanemo/plano/actions/workflows/e2e_tests.yml)
|
[](https://github.com/katanemo/plano/security/code-scanning)
|
||||||
[](https://github.com/katanemo/plano/actions/workflows/static.yml)
|
[](https://github.com/katanemo/plano/actions/workflows/static.yml)
|
||||||
|
|
||||||
Star ⭐️ the repo if you found Plano useful — new releases and updates land here first.
|
Star ⭐️ the repo if you found Plano useful — new releases and updates land here first.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue