Add scripts for automatic codeql db data and metadata collection
- updated instructions - cli scripts mirror the interactive session*.py files
This commit is contained in:
committed by
=Michael Hohn
parent
aaeafa9e88
commit
731b44b187
@@ -46,10 +46,17 @@ qldbtools is a Python package for working with CodeQL databases
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
## Use as library
|
||||
|
||||
```python
|
||||
import qldbtools as ql
|
||||
```
|
||||
|
||||
## Command-line use
|
||||
|
||||
cd ~/work-gh/mrva/mrvacommander/client/qldbtools
|
||||
./bin/mc-db-initial-info ~/work-gh/mrva/mrva-open-source-download | gzip > db-info-1.csv.gz
|
||||
|
||||
gunzip < db-info-1.csv.gz | ./bin/mc-db-refine-info | gzip > db-info-2.csv.gz
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user