Conversation
jplhomer
added this pull request to stack #8557
September 15, 2026 18:24
Co-authored-by: AI (Pi/GPT-6 Astra) <noreply@pi.dev>
jplhomer
force-pushed
the
joshlarson/app-doctor-dependency-auditing-circleci
branch
from
September 15, 2026 19:02
8b20169 to
023e861
Compare
4 tasks
Contributor
Author
|
Superseded by the simplified file-presence check in #8556. We no longer inspect CircleCI workflows or shell commands; standard Dependabot/Renovate configuration filenames are sufficient. The branch is retained for reference. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WHY are these changes introduced?
The dependency-auditing check introduced in #8556 should also recognize auditing configured in CircleCI.
WHAT is this pull request doing?
Extends the existing check to inspect
.circleci/config.ymland.circleci/config.yamlfor scanner commands and Snyk orb scans in workflow-invoked jobs. Reuses the shared discovery safety checks and bounded command analysis without executing CI commands or making network requests.Uses CircleCI-specific Zod schemas for invoked jobs, steps, and selected scanner inputs. Includes recognition, discovery, and validation-boundary tests. Unused jobs and orbs do not count as evidence; unsupported invoked commands and checkout paths remain unresolved unless separate recognized evidence covers the app.
How to manually test your changes?
Checklist