Nebula
Nebula Blogs

Nebula Blogs

Follow
Follow
homenewsletter
Tag

GitHub

#github

More content

Read more stories on Hashnode


Articles with this tag

Leveraging GitHub Webhooks for Continuous Integration: A Step-by-Step Guide

Jul 19, 20233 min read

GitHub webhooks provide an effective way to automate processes and trigger actions in response to events within the repositories. Whether it's a push...

Leveraging GitHub Webhooks for Continuous Integration: A Step-by-Step Guide

Implementing Secret Scanning with git secrets, trufflehog, and Snyk Dependency Checks using GitHub Actions Workflows

Jul 14, 20233 min read

I am learning about the basics of creating a blueprint for a secure CI/CD pipeline. Recently, I had the opportunity to implement secret scanning using...

Implementing Secret Scanning with git secrets, trufflehog, and Snyk Dependency Checks using GitHub Actions Workflows