Code Monkey home page Code Monkey logo

flavor's Introduction

Flavor Library

The Flavor library is responsible for retrieving the hardware/software measurements of the host in a pre-defined format. When integrated with the Host Verification service, Flavor would be equivalent to what is known today as the Whitelist.

cmd - contains the command line interface utility to use the library

Key features

  • Create a flavors for VM and container

System Requirements

  • RHEL 8.1
  • Epel 8 Repo
  • Proxy settings if applicable

Software requirements

  • git
  • go version >= go1.13 & <= go1.14.4

Step By Step Build Instructions

Install required shell commands

Install go version >= go1.13 & <= go1.14.4

The Flavor requires Go version 1.13 that has support for go modules. The build was validated with the latest version go1.14.4 of go. It is recommended that you use go1.14.1 version of go. You can use the following to install go.

wget https://dl.google.com/go/go1.14.4.linux-amd64.tar.gz
tar -xzf go1.14.4.linux-amd64.tar.gz
sudo mv go /usr/local
export GOROOT=/usr/local/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

Build Flavor

  • Git clone the flavor
  • Run scripts to build the flavor
git clone https://github.com/intel-secl/flavor.git
cd flavor
go build ./...

Third Party Dependencies

Flavor library

Direct dependencies

Name Repo URL Minimum Version Required
logrus github.com/sirupsen/logrus v1.4.0
testify github.com/stretchr/testify v1.3.0
uuid github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b

Note: All dependencies are listed in go.mod

Links

https://01.org/intel-secl/

flavor's People

Contributors

manuullas avatar hmgowda avatar ddhawal avatar arvind5 avatar pravinrajr9 avatar arijit8972 avatar vartikad avatar salonee-rege avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.