Safeguard
Tag

ci-cd

Safeguard articles tagged "ci-cd" — guides, analysis, and best practices for software supply chain and application security.

205 articles

FAQ

Automated Pull Request Fixes FAQ: How Fix PRs Are Built, Tested, and Merged

What an automated fix pull request contains, how CI validates it, how auto-merge gating works, and which SCM platforms and review workflows are supported.

Jul 5, 20265 min read
Security Guides

The Risks of Secrets in Environment Variables (2026)

Environment variables feel like the safe place to put secrets — but they leak through crash dumps, child processes, CI logs, and container layers. Here is where env-var secrets escape and what to do instead.

Jul 5, 20266 min read
Concepts

What Is Shift-Left Security? A Plain-English Explanation

Shift-left security means moving security checks earlier in development — into the IDE, the commit, and the pull request — so flaws are caught while they're cheap to fix. Here's what it actually means and how to do it without slowing teams down.

Jul 5, 20267 min read
Security Guides

.NET Dependency Vulnerability Scanning: A Practical Guide

How to scan .NET dependencies for known vulnerabilities using dotnet list package, NuGet audit, and reachability-aware SCA, and how to wire it into CI so nothing ships with a known critical.

Jul 4, 20265 min read
FAQ

Shift-Left Security FAQ: 2026 Explained

Common questions about shift-left security answered for 2026 — what it means, why earlier is cheaper, how it works in practice, and how to avoid overwhelming developers.

Jul 4, 20265 min read
FAQ

DevSecOps FAQ: Practical Answers for 2026

Straight answers to common DevSecOps questions in 2026 — what it means, how it differs from DevOps, where security fits in CI/CD, and how to avoid slowing developers down.

Jul 3, 20265 min read
Security Guides

GitHub Token Security (2026 Guide)

GitHub tokens are keys to your source, your CI, and often your cloud. This guide covers PATs, fine-grained tokens, GitHub App and Actions tokens — and how to scope, store, and rotate them after the CircleCI and Heroku token thefts.

Jul 3, 20266 min read
Tutorials

How to Add Security Scanning to Your CI/CD Pipeline

Wire dependency, container, and secret scanning into GitHub Actions or GitLab CI as a required check that blocks risky merges — with working workflow files and sensible thresholds.

Jul 3, 20266 min read
Solutions

Software Supply Chain Security for DevOps Teams

DevOps teams own the pipeline, and the pipeline is now the primary target. Here is how to secure build, artifact, and deploy without turning delivery speed into collateral damage.

Jul 3, 20266 min read
Buyer's Guides

The Best DevSecOps Tools in 2026

DevSecOps is a category with fuzzy edges. This balanced guide compares GitHub Advanced Security, GitLab, Snyk, Semgrep, Aqua, and Safeguard on how they actually fit into pipelines — with honest tradeoffs and a framework for choosing.

Jul 2, 20266 min read
Supply Chain

npm-check-updates: A Safe Dependency Upgrade Workflow

npm check updates (ncu) shows you every dependency with a newer version than your ranges allow. The tool is simple; the workflow around it is what keeps upgrades from breaking prod.

Jun 28, 20267 min read
AppSec

DAST Vendors Compared: Picking a Dynamic Scanning Tool

Choosing among DAST vendors hinges on how well the scanner authenticates, crawls modern apps and APIs, and fits into CI without turning into a manual chore.

Jun 28, 20265 min read

Self-healing security runs on Safeguard.

Your first fix PR is minutes away.

No sales call required, even your agent can complete the purchase over MCP.

ci-cd (Page 3) — Safeguard Blog