📰 Dev.to · depmedicdev-byte
7 articles · Updated every 3 hours · View all reads
All
Articles 70,839Blog Posts 101,108Tech Tutorials 17,231Research Papers 14,970News 12,811
⚡ AI Lessons

Dev.to · depmedicdev-byte
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
ci-doctor vs octoscan: when to use which
octoscan is a Synacktiv-built security scanner focused on supply-chain vulnerabilities in GitHub Actions. ci-doctor adds cost and reliability rules. Run both.

Dev.to · depmedicdev-byte
1mo ago
ci-doctor vs actionlint: when to use which
actionlint is the gold standard for syntactic and shell-safety checks on GitHub Actions workflow files. ci-doctor is cost-and-reliability-first. They are comple

Dev.to · depmedicdev-byte
1mo ago
ci-doctor vs zizmor: when to use which (honest take from one of the maintainers)
zizmor goes deep on supply-chain and template-injection security. ci-doctor adds cost and reliability rules zizmor does not claim. Run both. Here is what each o

Dev.to · depmedicdev-byte
1mo ago
I shipped 4 things this week: a GitHub Action, an Azure Pipelines auditor, a CircleCI auditor, and a comparison page nobody asked for
Week 2 ship log: ci-doctor-action (composite Action with sticky PR comment + SARIF), azure-pipelines-ci-doctor and circleci-ci-doctor (4th and 5th sister CLIs),

Dev.to · depmedicdev-byte
1mo ago
I scanned 5 popular OSS repos in 5 minutes. Here's what I found.
vite, prettier, axios, svelte, eslint - 50 workflows, 158 ci-doctor findings, $6,279/mo modeled CI spend, the same three smells in all five repos. Numbers + raw

Dev.to · depmedicdev-byte
1mo ago
GitHub Actions linters compared - actionlint, ci-doctor, sherif, octoscan
What each of the four open-source GitHub Actions linters actually catches, where each one stops, and the cheapest way to combine them in CI.

Dev.to · depmedicdev-byte
1mo ago
I priced the GitHub Actions workflows of 20 famous OSS projects. The results were ugly.
Pulled the live workflow YAML from React, Next.js, Deno, TypeScript, Vite and 15 more, priced every job, ran a linter against all of them. 229 workflows, 902 CI
DeepCamp AI