Hello, our company uses grafana, I am working on static analysis. Right now I have a task to scan grafana(because our company use grafana) with static analyser, that catch files through the command, which builds deb packages. Is there any guide how to build grafana deb package?
might this be of help?
# Developer guide
This guide helps you get started developing Grafana.
## Dependencies
Make sure you have the following dependencies installed before setting up your developer environment:
- [Git](https://git-scm.com/)
- [Go](https://golang.org/dl/) (see [go.mod](../go.mod#L3) for minimum required version)
- [Node.js (Long Term Support)](https://nodejs.org), with [corepack enabled](https://nodejs.org/api/corepack.html#enabling-the-feature). See [.nvmrc](../.nvmrc) for supported version. We recommend that you use a version manager such as [nvm](https://github.com/nvm-sh/nvm), [fnm](https://github.com/Schniz/fnm), or similar.
- [GCC](https://gcc.gnu.org/) (required for Cgo] dependencies)
### macOS
We recommend using [Homebrew](https://brew.sh/) for installing any missing dependencies:
```
brew install git
brew install go
This file has been truncated. show original
also there is a deb already built for you, any reason you want to do it?
https://dl.grafana.com/enterprise/release/grafana-enterprise_11.3.0_amd64.deb