Skip to content

Add a SAST to the repo #13

Description

@NetanelPa

https://opensource.guide/security-best-practices-for-your-project/#security-vulnerabilities-in-your-code-are-cheaper-to-fix-when-detected-early-in-the-process-than-later-when-they-are-used-in-production

According to this github guide there is some things we should do to create a safe project enviromnet. One of the most critical and easy to integrate thing in this state of the project is a Static Application Security Testing (SAST) tool which detects security vulnerabilities in the code while not ruining the code.

by adding this: https://github.com/marketplace/actions/sast-action
to the github actions we can use this easly.

Another option to check out: https://semgrep.dev/pricing/

This should read and analyze pushed code and explain the vulnerabilities if found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomershelp wantedExtra attention is neededhigh priorityThis should be solved quicklyinfrastructuresomthing related to the workflow of the project

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions