Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 562 Bytes

assignment.md

File metadata and controls

22 lines (14 loc) · 562 Bytes

Assignment - ACTIONS

Part 1

Build a GitHub action that builds the application and tests your libraries for vulnerabilities using Snyk.

Part 2

Add Snyk Monitor scanning to your pipeline whenever your open-source scanning succeeded

Part 3

Also add Snyk Code (SAST) Scanning to your initial pipeline before monitoring and let monitor depend on both open-source and code scanning

WORKSHOP OVERVIEW