-
Notifications
You must be signed in to change notification settings - Fork 0
Agent Guidance & Sonar Scanner update #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
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 adds comprehensive AI agent guidance documentation and updates tool versions in the .NET Docker image. The changes establish security guardrails for AI-assisted development while modernizing SonarScanner and ReportGenerator dependencies.
Key Changes:
- Added AI agent instructions documenting project architecture, build workflows, and development patterns
- Implemented enterprise security compliance guidelines enforcing GPG signing, branch protection, and security standards
- Updated SonarScanner from 5.14 to 11.0.0 and ReportGenerator from 5.1.26 to 5.4.17 in the .NET image
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
src/definitions/dotnet/Dockerfile.ubuntu |
Updated SonarScanner and ReportGenerator versions to support modern .NET projects |
.github/copilot-security-instructions.md |
Added comprehensive security and compliance requirements for AI coding assistants |
.github/copilot-instructions.md |
Added project-specific guidance covering architecture, build system, and development procedures |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
This currently blocks Ensono/stacks-dotnet#741 as the |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Add AI Agent Guidance and Update SonarScanner Version
📲 What
This PR introduces comprehensive AI agent guidance documentation and updates the SonarScanner version in the .NET Docker image:
Added AI Agent Instructions (
copilot-instructions.md):Added Security Compliance Guidelines (
copilot-security-instructions.md):Updated .NET Docker Image Dependencies:
5.14→11.0.0(major version upgrade)5.1.26→5.4.17(maintenance update)🤔 Why
AI Agent Documentation:
SonarScanner Update:
Security Compliance:
🛠 How
Documentation Implementation:
Created
.github/copilot-instructions.mdwith project-specific guidance covering:foundation/powershell→foundation/builder→ specialized images)Created
.github/copilot-security-instructions.mdwith enterprise security requirements:Cross-referenced security guidelines in main instructions with prominent warnings
Version Updates:
src/definitions/dotnet/Dockerfile.ubuntu:SONARSCANNER_VERSIONARG from5.14to11.0.0REPORTGENERATOR_VERSIONARG from5.1.26to5.4.17👀 Evidence
🕵️ How to test
AI Agent Documentation:
Security Compliance:
Docker Image Updates:
taskctl build:dotnetIntegration Testing:
linux/amd64,linux/arm64)Security Validation: