GitHub

Below you will find pages that utilize the taxonomy term “GitHub”
December 11, 2022
One important feature that Dependabot is missing

GitHub Dependabot lacks a central dashboard for prioritizing alerts across repos. Here's how to build one with GraphQL API, Postgres, and Apache Superset. …

October 7, 2022
Did you completely remove secrets from git repository? Really?

Removing secrets from git history is straightforward. With help of BFG Cleaner and privileges to force push the modified history, it's a piece of cake. I believed this until I found I was partially wrong - removing something from git history doesn't remove them from git repository. …