Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

codeowners + sec integrations #4

Merged
merged 3 commits into from
Nov 20, 2023
Merged

Conversation

christosservosNCIN
Copy link

This PR contains additions related to security tools/procedures that we need to implement:

  • Added CODEOWNERS file. Combined with the branch protection policy that will soon be implemented, this will make sure that code can be pushed to "main" branch of EUDIW repositories only after it is approved by 2 senior stakeholders (that belong to 'niscy-admin' team.

  • Added the latest updates on sonar.yml workflow. This workflow is designed to trigger SAST appropriately, according to the event type that initiated it.

  • Added gitleaks workflow to identify sensitive info inside the repository (hardcoded passwords/tokens etc)

  • Added gitleaks.toml (practically this is the 'rules' list that gitleaks uses to fulfill its purpose

  • Added dependencycheck workflow to check for vulnerabilities in 3rd party components (sometimes dependabot can miss certain dependencies so we add this for coverage also -between everything else-

@tchatziperis tchatziperis requested review from vkanellopoulos and tchatziperis and removed request for mviennas November 20, 2023 10:55
@tchatziperis tchatziperis requested review from vkanellopoulos and removed request for tchatziperis November 20, 2023 10:55
@tchatziperis tchatziperis merged commit 2a2879b into main Nov 20, 2023
11 checks passed
@marinaioannou marinaioannou deleted the feature/securityintegrations branch February 22, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants