Differences between revisions 1 and 2
Revision 1 as of 2023-06-21 01:25:54
Size: 233
Editor: PieterSmit
Comment:
Revision 2 as of 2023-06-21 01:26:10
Size: 216
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
snyk code test
 
snyk code test --severity-threshold=high
snyk code test --severity-threshold=high

Snyk security code scanner

Quick setup once logged into snyk.com web

  • In local git repo with snyk cli installed

    snyk auth
    snyk code  test --severity-threshold=high


CategorySecurity

SecuritySnyk (last edited 2023-06-21 01:30:00 by PieterSmit)