Join us

ContentUpdates and recent posts about pre-commit..
Story
@viktoriiagolovtseva shared a post, 2 weeks, 5 days ago

Your Guide to Cloning in JIRA: How to Clone Issues in Different Ways

While cloning in Jira can be done in just a few clicks, it becomes less straightforward when you have special requirements. What if you need to clone an issue to a different project, clone tasks in bulk, or do this automatically on a schedule? In this article, we explore all these scenarios and provide you with examples and step-by-step instructions.

Zrzut ekranu 2025-12-30 142435
 Activity
@ilobe started using tool Snyk , 2 weeks, 5 days ago.
 Activity
@ilobe started using tool Weights & Biases , 2 weeks, 5 days ago.
 Activity
@ilobe started using tool Azure , 2 weeks, 5 days ago.
 Activity
@ilobe started using tool Amazon Web Services , 2 weeks, 5 days ago.
 Activity
@ilobe added a new tool Weights & Biases , 2 weeks, 5 days ago.
 Activity
@ilobe started using tool Python , 2 weeks, 5 days ago.
 Activity
@ilobe started using tool Docker Desktop , 2 weeks, 5 days ago.
Link Lightrun Team
@ek121268 shared a link, 2 weeks, 6 days ago
VP of Product Marketing, http://checkmarx.com

Securing the Museum of Software in an AI Coding Tsunami

In Securing the Museum of Software in an AI Coding Tsunami, Eran Kinsbruner argues that software now consists of legacy, modern, and rapidly AI-generated code, creating unprecedented complexity and risk. Traditional AppSec can’t keep up with machine-speed development. He calls for a unified, developer-first, agentic AppSec platform that embeds security into coding workflows to prevent, fix, and secure all code eras before vulnerabilities reach repositories.

ChatGPT Image Nov 21, 2025, 09_43_10 AM
Story FAUN.dev() Team Trending
@eon01 shared a post, 2 weeks, 6 days ago
Founder, FAUN.dev

100 GitHub Projects That Defined 2025: A Community-Driven Ranking

This article ranks the 100 developer tools developers acted on most in 2025, based on real interaction data from across FAUN·dev() ecosystem.

100 GitHub Projects That Defined 2025
pre-commit is an open source framework that makes it easy to install, manage, and run Git hooks across any programming language. Developers define their hooks in a simple YAML configuration file, and pre-commit handles environment isolation, version pinning, and consistent execution. It supports code formatting, linting, security checks, secret scanning, and custom scripts. Teams use it to enforce code quality and security rules before code is committed, reducing noise in CI pipelines and improving overall code hygiene. Its lightweight design and broad ecosystem of community hooks make it one of the most widely adopted tools for source control automation.