Git Product home page Git Product logo

appsec-snyk-onboarding's Introduction

Open Source vulnerability scanning with Snyk

Onboard your DevOps team on using Snyk.

Training material for basic introduction to use Snyk for scanning open source libraries and it's dependencies for vulnerabilities.

The slides are created with Reveal.js, and automatically deployed to Omnia Radix on new commits to the main branch.

Updating content

The contents of the onboarding slides are contained in a set of markdown file in the content folder. The markdown files are referenced from the index.html file.

Development environment

Live Server

  • To host the files, use the "Live Server" plugin to VSCode. (It's included in recommend extensions the workspace)
  • Press to "Go Live" icon toolbar bottom right, and the port 5500 is forwarded to your client.

Docker container

  • docker build -t "ossnyk" .
  • docker run -d --name ossnyk_web -p 8080:8080 ossnyk
  • User your browser to visit localhost:8080 (if builded locally) - or open the Ports tab in in codespaces, and visit your private link.

SRI - Integrity check for own provided source files

How to provide a hash for the .js and .css file provided in the source.

  • cat ./content/js/app.js | openssl dgst -sha512 -binary | openssl base64 -A
  • cat ./content/css/equinor.css | openssl dgst -sha512 -binary | openssl base64 -A

Generate or update QR link to site

The QR code for easily getting the link to the site should be updated if its URL changes

cd scripts/
python -m venv env
source env/bin/activate
pip install -r requirements.txt
bash generate_qr.sh

appsec-snyk-onboarding's People

Contributors

aigelonic avatar andreabrambilla avatar bra001 avatar ipsitamishra16893 avatar knut-erik avatar larskaare avatar pettermk avatar reedonly avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

knut-erik

appsec-snyk-onboarding's Issues

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.