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

[WIP] Add license scan report and status #311

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Nitrokey App [![Build Status](https://travis-ci.org/Nitrokey/nitrokey-app.png?branch=master)](https://travis-ci.org/Nitrokey/nitrokey-app) [![Coverity Scan Build](https://scan.coverity.com/projects/4744/badge.svg)](https://scan.coverity.com/projects/4744)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FNitrokey%2Fnitrokey-app.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FNitrokey%2Fnitrokey-app?ref=badge_shield)
============
Nitrokey App runs under Windows, Linux and Mac OS. Lately developed under Ubuntu 16.10 with Qt5.6.

Expand Down Expand Up @@ -209,3 +210,7 @@ The report protocol is described [here](https://github.com/Nitrokey/nitrokey-pro
The HID reports are set to 64 bytes. The "output report" is what you get from the device. When you send a report (command), the first byte sets the command type, then you have 59 bytes for your data, and the last 4 bytes are the CRC32 of the whole report.

On the GUI side, please check documentation of [libnitrokey](https://github.com/Nitrokey/libnitrokey) project.


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FNitrokey%2Fnitrokey-app.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FNitrokey%2Fnitrokey-app?ref=badge_large)