Back to Home
bioanywhere icon

chivas3

Verified Safe

by bioanywhere

Overview

This repository provides the Docker deployment configuration for a server that acts as a client for a world news API.

Installation

Run Command
docker run -p 3000:3000 chivas3:local

Environment Variables

  • GCP_PROJECT_ID
  • GCP_PROJECT_NUMBER

Security Notes

The provided source code (README.md) describes a secure deployment setup utilizing Google Workload Identity Federation for CI/CD, eliminating the need for hardcoded GCP service account keys in the repository. Required secrets for CI/CD (GCP_PROJECT_ID, GCP_PROJECT_NUMBER) are managed via GitHub repository settings. No `eval`, obfuscation, or hardcoded secrets were found in the provided `README.md`. A full security audit of the actual `world-news-api-clients` application code, `Dockerfile`, and `run.sh` script could not be performed as they were not included in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-12-13

Tags

DockerDeploymentCI/CDGCPAPI Client