Remove guide-to-using-docker-for-your-ci-cd-pipelines
article thumbnail

The GitHub Actions Worm: Compromising GitHub Repositories Through the Actions Dependency Tree

Prisma Clud

Learn how a novel attack vector in GitHub Actions allows attackers to distribute malware across repositories using a technique that exploits the actions dependency tree and puts countless open-source projects and internal repositories at risk. The 100-clone security measure, though, often proves inadequate for repositories hosting actions.

Malware 144
article thumbnail

Top 5 CI/CD best practices for 2021

CircleCI

Optimize your pipelines in 2021 with these CI/CD best practices. It’s 2021, and CI/CD is instrumental for engineering teams in improving their development cycles. At CircleCI, we are committed to helping our customers achieve more optimized pipelines to streamline their delivery to production.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Infrastructure as code, part 3: automate Kubernetes deployments with continuous integration and deployment

CircleCI

Part 02: build Docker images and deploy to Kubernetes. Part 03: automate deployments with CI/CD. In this post, I will demonstrate how to create continuous integration and deployment (CI/CD) pipelines that automate the Terraform IaC deployments that were covered in part 1 and part 2 of this series.

article thumbnail

CircleCI onboarding toolkit: User-friendly tools to help you ship sooner

CircleCI

Continuous integration and delivery (CI/CD) optimizes team development flows by automating build, test, and deployment processes to ensure fast and reliable delivery of high-quality software. Despite these benefits, bringing new technologies into your toolchain sometimes involves a long and frustrating learning process.

Tools 59
article thumbnail

Sharding Postgres on a single Citus node, how why & when

The Citus Data

So in addition to using the Citus extension to Postgres to scale out Postgres across a distributed cluster, you can now also: Try out Citus on a single node with just a few simple commands. Shard Postgres on a single Citus node to be “scale-out-ready” Simplify CI/CD pipelines by testing with single-node Citus.

article thumbnail

Discord Bot Part 1: Getting started the right way

Honeycomb

This is a guest blog post from Chris Gardner , originally posted on his personal blog. I’ve recently started working on a new project to build a Discord bot in Go, mostly as a way to learn more Go but also so I can use it to manage various things in Azure and potentially elsewhere. Early Decisions. Architecture.

Azure 52
article thumbnail

Automating the deployment of LoopBack applications to Heroku

CircleCI

Before automation became commonly used by software development teams, bottlenecks, repetitive tasks, and human error were rampant. Recent strides in the area of continuous integration and continuous deployment (CI/CD) have made it more feasible to automatically deploy updates to software applications. Prerequisites.