Back to Tags
Sast
5 items tagged with "sast"
Filter by type:
FAQs2
FAQ
How do I set up Vibgrate in GitLab CI?
Use node:22 image and run npx @vibgrate/cli scan --format sarif --out vibgrate.sarif --fail-on error. Add artifacts.reports.sast: vibgrate.sarif for S...
FAQ
What is the difference between SAST and DAST?
SAST (Static Application Security Testing) analyzes source code, bytecode, or binaries without running the application, finding flaws like injection o...