mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Remove Go's install-deps.sh script
This commit is contained in:
11
go/README.md
11
go/README.md
@@ -9,17 +9,6 @@ It contains two major components:
|
||||
- static analysis libraries and queries written in [CodeQL](https://codeql.github.com/docs/) that can be
|
||||
used to analyze such a database to find coding mistakes or security vulnerabilities.
|
||||
|
||||
## Installation
|
||||
|
||||
Clone this repository.
|
||||
|
||||
Run `scripts/install-deps.sh`. This will ensure that the necessary external CodeQL packs are
|
||||
downloaded to your machine. You will need to re-run this script whenever you pull new commits from
|
||||
the repo.
|
||||
|
||||
If you want to use the CodeQL extension for Visual Studio Code, import this repository into your VS
|
||||
Code workspace.
|
||||
|
||||
## Usage
|
||||
|
||||
To analyze a Go codebase, either use the [CodeQL command-line
|
||||
|
||||
Reference in New Issue
Block a user