Intro
Tried running dmd against my repos in GitHub, using the cookbook here
Running on WSL 2
main()
- I have a new WSL instance so installed Node.js
- Need GitHub token, I went with Classic - Public_repo
- Tried with GitHub finegrained, I went with Read access to code and metadata
Got this error initialising the DB, but believe this to be due to no table in existence at the time of initialisation
dmd db init --db dmd.db
ERRO Failed to look up DMD CLI version in the metadata table: SQL logic error: no such table: metadata (1) dmdVersion=v0.48.0
Successfully initialised dmd.db
Renovate pulled out info about packages from Dockerfiles and go.mod ok.
dmd report mostPopularDockerImages --db dmd.db
Renovate
+-----------+---+
| NAMESPACE | # |
+-----------+---+
| _ | 2 |
+-----------+---+
+--------+---+
| IMAGE | # |
+--------+---+
| debian | 1 |
| golang | 1 |
+--------+---+
My simple Repos are not dripping with dependencies so that query returned nothing.
outro
Ran ok as per cookbook