A new feature on GitHub allows you to write job descriptions for your actions with Job Summaries and Pull Request comments
Read More
This blog helps us to understand about Dockerfile, that how it is written or created and how it is executed and used by the user for his/her purposes.
Read More
By performing a minor configuration, we can use Dependabot in GitHub with Azure Artifacts.
Read More
Git-leaks is a SAST tool for detecting and preventing hardcoded secrets like Passwords, API keys, and tokens in GitHub repos.
Read More
Overview:In this blog I will demonstrate how to integrate the GitHub Advance Security Code scanning capability into the Azure DevOps pipelines. I will provide example of the Repository that can guide you or your developer working to integrate code scanning into Azure DevOps . I will walk you through a simple implementation of GitHub Advanced Security Code Scanning in an Azure DevOps CI pipeline with a node application using the YAML editor. The Code Scanning results will be available in your Git...
Read More
Strategies to Reduce Cloud expenses and related best practices.
Read More
Overview: This blog will let you know migrating work items from Azure DevOps to GitHub. Work Item are nothing but we can say In Azure DevOps, a need can be stated by generating a work item Here in this scenario we have one PowerShell script which help to migrate the work items from Azure DevOps to GitHub .Prerequisites: Install Azure DevOps and GitHub cli where this is running (i.e. action or locally; GitHub-hosted runners already have) Use these reference for Repository. Create a label fo...
Read More
GitHub Packages is a software package hosting service that allows you to host your software packages privately or publicly and use packages as dependencies in your projects. User can integrate GitHub Packages with GitHub APIs, GitHub Actions, and webhooks to create an end-to-end DevOps workflow that includes your code, CI, and deployment solutions.
Read More
In GitHub we have services that integrate with GitHub which can help you do anything from enabling continuous integration to closing stale issues and pull requests. A GitHub App acts on its own behalf, taking actions via the API directly using its own identity, which means you don’t need to maintain a bot or service account as a separate user.
Read More
In this Blogs, We will go through the basics of GitHub Actions and how to make your own custom workflow.
Read More