Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get latest updates #9

Merged
merged 4 commits into from
Dec 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<div align="center">
<img src='./images/logo.png'>
</div>


# Phsyberdome Dependency Scanner And License Detector

A command line tool written in Java to scan the dependencies of a project and detect their Licenses. I wrote this while building an SCA Tool.
Expand All @@ -6,7 +11,6 @@ The tool scans the metadata file (e.g. pom.xml for maven based projects and pack

![SAMPLE_IMAGE](./images/npm-scan-result.jpg)

## TODO

### Features

Expand Down Expand Up @@ -40,7 +44,17 @@ mvn -DskipTests package
## Usage

To scan a local project
`java -jar <path-to-jar> scan -src <path-for-the-project-to-scan>`
```
java -jar <path-to-jar> scan -src <path-for-the-project-to-scan>
```

To scan a remote repository/package
`java -jar <path-to-jar> monitor -src <path-for-the-project-to-scan>`
```
java -jar <path-to-jar> monitor -src <path-for-the-project-to-scan>
```

## CONTRIBUTING

Contributions are always welcome. Help me make this software bug free, robust and support more package managers.
Please feel free to raise an issue and discuss.

Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo_org.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.