Security | Threat Detection | Cyberattacks | DevSecOps | Compliance

Git

GitGuardian launches Software Composition Analysis to make Open Source an asset, not a threat

Read how the latest addition to GitGuardian code security platform, automates vulnerability detection, prioritization, and remediation in software dependencies, directly impacting the health of your codebase.

Optimizing GitHub Actions with GitHub GraphQL API

GitHub Actions and the GitHub GraphQL API are powerful tools for automating and optimizing workflows. GitHub Actions, released in 2018 brings CI/CD directly into the GitHub ecosystem and automates general project management using YAML files. Whereas, a 2-year earlier-released GraphQL API provides a more efficient way to fetch and manipulate data.

Step-by-Step Guide to Creating Issue Templates in GitLab

Managing software projects is often like trying to solve a puzzle when some of the pieces are missing. That’s where GitLab issue templates come in. Issue reports don’t have to be riddles anymore because with GitLab issue templates, all of your reports will be clear and complete. It’s all about getting it right the first time! These templates are like your time savers. They reduce the back-and-forth of issues, allowing you to focus on fixing the issue rather than trying to comprehend it.

Manage secrets with AWS Secrets Manager with Python - Tech Tip Tuesday

In this video, we show exactly how to use AWS Secrets Manager and how to connect it with your Python application. Secrets are hard to manage and while using methods like storing them as environment variables in a.env file can be suitable, a more secure method particularly in a team is to use a secrets manager so developers can avoid ever needing to handle the plain text secret. Subscribe to the channel to get more Tech Tips on Tuesdays (and also other days)