Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Security Scanning with GitLab

Security Scanning with GitLab

Overview of security features that GitLab provides. Starring my bichon Darcy.

Presented at Torun GitLab Day 2020 https://www.meetup.com/Ansible-in-DevOps-Torun-Bydgoszcz/events/274669461/

tetiana chupryna

December 09, 2020
Tweet

More Decks by tetiana chupryna

Other Decks in Programming

Transcript

  1. Tetiana Backend Developer @ GitLab I work on Security features

    • lichess@brytannia • twitter@TetianaOfficial • gitlab@brytannia Here is my dog Darcy I live in Kharkiv, Ukraine
  2. Security scanners • Static application security testing (SAST) • Dynamic

    application security testing (DAST) • Dependency Scanning • Container Scanning • Fuzz testing • Secret Detection
  3. SAST White box • Testing from inside out • Tools

    are technology dependent • Similar to code quality but for security • In GitLab Core since 13.3
  4. DAST Black box • Testing from outside • Live attack

    on staging • HTTP - lingua-franca • GitLab Ultimate
  5. No!

  6. Dependency scanning Part of Composition Analysis • Checking for vulnerabilities

    in dependency packages • Tools are technology dependent • In GitLab Ultimate