generated from konveyor-ecosystem/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Emily McMullan <emcmulla@redhat.com>
- Loading branch information
1 parent
dcbb845
commit 20efed1
Showing
15 changed files
with
4,139 additions
and
10 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## Test and Run Containerless Kantra | ||
|
||
### Clone the required packages: | ||
|
||
```sh | ||
git clone https://github.com/eemcmullan/containerless-kantra-deps.git | ||
``` | ||
|
||
## Move them to where kantra will look for packged binaries: | ||
|
||
```sh | ||
mv $HOME/containerless-kantra-deps $HOME/.kantra | ||
``` | ||
|
||
## Build the static report output parser: | ||
|
||
```sh | ||
cd $HOME/.kantra/static-report/analyzer-output-parser | ||
``` | ||
|
||
```sh | ||
go build -o analyzer-output-parser main.go | ||
``` | ||
|
||
### From kantra, run: | ||
|
||
```sh | ||
go run main.go analyze-bin --input <java-app> --output <output-dir> --rules <java-rules> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.