Trending repository
-
Updated
Oct 11, 2022 - JavaScript
The eleventh annual js13kGames coding competition, challenging participants to create games in 13kB or less of JavaScript in a month, just wrapped up. This is just one of the great entries that you can play, fork, and edit.
November 09, 2022 - November 10, 2022 • San Francisco
The Datree app allows engineering teams to automatically identify errors in newly committed YAML configs, including k8s manifests, and prevent these misconfigurations from reaching production.
On app installation, a new PR is created for each connected repository with a workflow for YAML (schema) validation. If one of the scanned (yaml) files happens to be a K8s manifest file, Datree will also run a K8s schema validation and a policy check for preventing K8s misconfigurations.
Deadpendency assesses your repository dependencies for project health. A healthy dependency is being actively committed to, by multiple maintainers with regular package releases. Deadpendency checks your dependencies remain healthy over time and will fail the check if a dependency has become unhealthy. See an example report.