Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering DevOps on Microsoft Power Platform

You're reading from   Mastering DevOps on Microsoft Power Platform Build, deploy, and secure low-code solutions on Power Platform using Azure DevOps and GitHub

Arrow left icon
Product type Paperback
Published in Sep 2024
Publisher Packt
ISBN-13 9781835880845
Length 444 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Uroš Kastelic Uroš Kastelic
Author Profile Icon Uroš Kastelic
Uroš Kastelic
József Zoltán Vadkerti József Zoltán Vadkerti
Author Profile Icon József Zoltán Vadkerti
József Zoltán Vadkerti
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Preface 1. Part 1:Understanding DevOps on Microsoft Power Platform
2. Chapter 1: Mastering DevOps and ALM for Efficient Software Development FREE CHAPTER 3. Chapter 2: Getting Started with Microsoft Power Platform 4. Chapter 3: Exploring ALM and DevOps in Microsoft Power Platform 5. Part 2:Implementing DevOps on Microsoft Power Platform
6. Chapter 4: Understanding Power Platform Environments and Solutions 7. Chapter 5: Streamlining Power Platform Development with DevOps Tooling 8. Chapter 6: A Deep Dive into Continuous Integration/Continuous Deployment (CI/CD) Pipelines 9. Chapter 7: An Overview of DevSecOps in Power Platform 10. Chapter 8: Demonstrating ALM and DevOps Implementation 11. Part 3:Exploring DevOps Best Practices and the Road Ahead
12. Chapter 9: Implementing the Fusion Development Approach 13. Chapter 10: Enabling Pro-Dev Extensibility in Power Platform 14. Chapter 11: Managing the Environment Life Cycle with Design Best Practices 15. Chapter 12: Looking Ahead with Copilots, ChatOps, and AI-Infused Applications 16. Index 17. Other Books You May Enjoy

Secret scanning and static code analysis tools

Although there are many other SAST tools on the market, GitHub Advanced Security (GHAS) provides the most comprehensive feature set for static security code analysis together with Copilot security support. GHAS features are the following for private GitHub repositories:

  • Code scanning uses CodeQL or other tools of your flavor to find vulnerabilities and coding errors. Results are stored in SARIF format, and they are managed at a repository level in GitHub.
  • CodeQL CLI is a standalone tool that we can use to scan our code base for vulnerabilities and coding errors. The CodeQL CLI is used in conjunction with the previous point (code scanning), or we can use it in other DevOps tools, such as GitLab or Jenkins.
  • Secret scanning looks for secrets, keys, and sensitive tokens in your code base. Pre-commit hooks are also available to block local commits before reaching the repository and creating a new history record.
  • Custom auto...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime