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-gitlab
branch
from
September 15, 2026 19:02
1fb437d to
4ca931c
Compare
4 tasks
Contributor
Author
|
Superseded by the simplified file-presence check in #8556. We no longer inspect GitLab CI workflows or shell commands; standard Dependabot/Renovate configuration filenames are sufficient. The branch is retained for reference. |
An error occurred while trying to automatically change base from
joshlarson/app-doctor-dependency-auditing
to
main
September 17, 2026 16:00
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 GitLab CI.
WHAT is this pull request doing?
Extends the existing check to inspect
.gitlab-ci.ymlfor dependency-scanning templates and scanner invocations in executable jobs. Reuses the shared discovery safety checks and bounded command analysis without executing CI commands or making network requests.Uses GitLab-specific Zod schemas for inspected configuration and selected scripts, preserving disabled-job and inherited-script boundaries. Includes recognition, discovery, and validation-boundary tests. Unsupported includes and inheritance remain unresolved unless separate recognized evidence covers the app.
How to manually test your changes?
Checklist