Skip to content

Commit

Permalink
Add build instructions
Browse files Browse the repository at this point in the history
Close #12
  • Loading branch information
hillu committed Dec 13, 2021
1 parent a10ce4d commit 334f594
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ This tool currently checks for known build artifacts that have been
obtained through Maven. From-source rebuilds as they are done for
Linux distributions may not be recognized.

Binaries for x86_64 Windoes, Linux, MacOSX for tagged releases are
provided via the
[Releases](https://github.com/hillu/local-log4j-vuln-scanner/releases)
page.

# Usage

``` console
Expand All @@ -30,6 +35,11 @@ indicator for vulnerable component found in /path/to/vuln/log4shell-vulnerable-a
Scan finished
```

# Building from source

Install a [Go compiler](https://golang.org/dl) and just run `go build`
in the checked out repository.

# License

GNU General Public License, version 3
Expand Down

0 comments on commit 334f594

Please sign in to comment.