Set up Reachability Analysis for Go
Learn how to set up Reachability Analysis for Go.
debricked callgraph -hSet up call graph generation in your pipeline
Example: Building the project during the callgraph command
# GitLab CI/CD template
image: debricked/cli:2-resolution-debian
stages:
- scan
debricked:
stage: scan
script:
- debricked callgraph
- debricked scanLast updated
Was this helpful?

