Forum Discussion
srajavel
Sep 30, 2024Copper Contributor
Security scanning for ADF pipeline
Is there any security scanning tool/service for the Azure Data Factory (ADF) pipeline? I need to ensure that all the pipeline codes developed in ADF are scanned automatically and find any security compliance and fix it before any attacks.
1 Reply
Sort By
- petevernCopper Contributor
I recommend developing pipeline code in a development environment, publishing it to a Git repository (e.g., Azure DevOps), scanning the repository for vulnerabilities (using tools like Microsoft Defender for DevOps), setting up DevOps pipeline approvals, before deploying it to production.