Juraj Simonjurajsim.hashnode.dev·4 hours agoSending data between GitHub workflowsIn my last article, How to Send More Than Ten Inputs with Workflow Dispatch, I described how to get around that ten inputs limit with an extended JavaScript action.However all inputs size combined is also limited to max. 65 kbytes in total: The max...GitHub ActionsGitHub
Sahil SikarwarforThe Firewallblogs.thefirewall.org·Dec 22, 2024Automating DAST with OWASP ZAP in GitHub ActionsIntroduction Imagine deploying your shiny new app only to find it riddled with vulnerabilities—like discovering your house has no doors after moving in. Enter OWASP ZAP, your friendly neighborhood security scanner, and GitHub Actions, the automation ...automation
Sahil Sikarwarsahilsikarwar.hashnode.dev·Dec 22, 2024Automating DAST with OWASP ZAP in GitHub ActionsIntroduction Imagine deploying your shiny new app only to find it riddled with vulnerabilities—like discovering your house has no doors after moving in. Enter OWASP ZAP, your friendly neighborhood security scanner, and GitHub Actions, the automation ...DAST
Usman Akinyemiuniqueusman.hashnode.dev·Dec 22, 2024Git Intern Week Two: Introducing the transfer.advertiseOSVersion config option.It has already been two weeks since I started my Outreachy internship at Git. It has been a lot of learning and collaboration with my mentor. Last week, I mainly focused on writing code, improving it, and testing it based on my mentor's reviews. If y...1 likeGitHub
Pradumna Sarafblog.pradumnasaraf.dev·Dec 21, 2024Publishing Multi-Arch Docker images to GHCR using Buildx and GitHub ActionsThe industry has seen a huge shift in machines towards using ARM base CPUs like Apple Silicon to Snapdragon X from X86, and it's become essential to build images that support multiple architectures and run containers that are compatible and aligned w...DevOpsDocker
Shivam Singhjenkins-learnng.hashnode.dev·Dec 21, 2024My First Steps with JenkinsIntroductionHey everyone! 👋After completing my GitHub Actions learning, I decided to dive into Jenkins, one of the most popular tools in DevOps. In this article, I’ll share why I chose Jenkins, my initial experience, and how I’m progressing. Learnin...Jenkins
Okesanya Samueldevopsmaestro.hashnode.dev·Dec 19, 2024Cost Optimization and Automation: A Full Stack GitOps WorkflowIntroduction This might be an unusual way to start an article, but have you ever heard of a developer accidentally deleting an application branch? It happens! When designing and implementing infrastructure, there are many moving parts, especially as ...2 likesGrafana
Ozoemena Chigozie Danieldanielluxembourg.hashnode.dev·Dec 19, 2024Getting Started with Git and GitHub: A Beginner’s GuideIntroduction Git and GitHub have become indispensable tools for developers, enabling seamless collaboration, version control, and code management. Whether working solo or on a team, mastering these tools is a crucial step in your development journey....GitHub
Jason Joseph Nathangeekist.co·Dec 19, 2024Building the FoundationIn the previous article, I talked about how to manage your sub-domain setup with Nginx in a streamlined way. In this one, we'll dive into common approaches to structuring folders on your server and share the system I’ve settled on. Traditionally, mos...46 readsTaming Nginxnginx
Hare Krishna Raiblog.harekrishnarai.me·Dec 18, 2024Automating Multi-Platform Tool Releases Using GitHub ActionsIn this blog, we will explore how to leverage GitHub Actions for building and releasing tools written in languages such as Go, Python, Rust, and more and this will help you master the process of creating your tools binary releases that meet multi-pla...1 likebinary-release