Skip to content

Promote the DockerfileComponentDetector to default#1820

Open
jpinz wants to merge 1 commit into
mainfrom
jupinzer/promote_docker
Open

Promote the DockerfileComponentDetector to default#1820
jpinz wants to merge 1 commit into
mainfrom
jupinzer/promote_docker

Conversation

@jpinz

@jpinz jpinz commented Jun 5, 2026

Copy link
Copy Markdown
Member

No description provided.

@jpinz jpinz self-assigned this Jun 5, 2026
Copilot AI review requested due to automatic review settings June 5, 2026 16:22
@jpinz jpinz requested a review from a team as a code owner June 5, 2026 16:22
@jpinz jpinz requested a review from melotic June 5, 2026 16:22
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

👋 Hi! It looks like you modified some files in the Detectors folder.
You may need to bump the detector versions if any of the following scenarios apply:

  • The detector detects more or fewer components than before
  • The detector generates different parent/child graph relationships than before
  • The detector generates different devDependencies values than before

If none of the above scenarios apply, feel free to ignore this comment 🙂

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR promotes the Dockerfile detector from experimental to a standard/default detector, meaning its results will now be included in scan outputs by default (without requiring an explicit --DetectorArgs ...=Enable opt-in).

Changes:

  • Removed IExperimentalDetector from DockerfileComponentDetector, making it a non-experimental detector in orchestrator processing.
  • Updated Dockerfile detector documentation to remove experimental/opt-in guidance.
Show a summary per file
File Description
src/Microsoft.ComponentDetection.Detectors/dockerfile/DockerfileComponentDetector.cs Drops the experimental marker interface so the orchestrator includes Dockerfile detector output by default.
docs/detectors/dockerfile.md Removes experimental status and opt-in instructions/limitations now that the detector is promoted.

Copilot's findings

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

@codecov

codecov Bot commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.0%. Comparing base (f8c809e) to head (40cd60a).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff      @@
##   main   #1820   +/-   ##
============================
============================

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants