Remove security scan badge and keep CI, Docker, and Docs badges

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Adil Hafeez 2026-02-15 00:41:06 -08:00
parent b5de62c307
commit 9c4b2fc570
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 0 additions and 12 deletions

View file

@ -161,17 +161,6 @@ jobs:
with:
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
# ──────────────────────────────────────────────

View file

@ -14,7 +14,6 @@
[![CI](https://github.com/katanemo/plano/actions/workflows/ci.yml/badge.svg)](https://github.com/katanemo/plano/actions/workflows/ci.yml)
[![Docker Image](https://github.com/katanemo/plano/actions/workflows/docker-push-main.yml/badge.svg)](https://github.com/katanemo/plano/actions/workflows/docker-push-main.yml)
[![Security Scan](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/katanemo/SECURITY_BADGE_GIST_ID/raw/security-scan-badge.json)](https://github.com/katanemo/plano/security/code-scanning)
[![Build and Deploy Documentation](https://github.com/katanemo/plano/actions/workflows/static.yml/badge.svg)](https://github.com/katanemo/plano/actions/workflows/static.yml)
Star ⭐️ the repo if you found Plano useful — new releases and updates land here first.