File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,12 @@ Flags:
3838 - Omit the ` node_modules ` /` bower_components ` folders (usually only contains 3rd party libraries)
3939 - Omit the ` tests ` directory (that contains e.g. your unit- and integration tests)
4040 - Specified via ` -tests <path> `
41- - Omit style sheets (` .css ` and ` .scss ` files)
42- - Omit images (e.g. ` .jpg ` , ` .png ` )
43- - Omit documents (e.g. ` .pdf ` )
41+ - Omit style sheets (e.g. ` .css ` and ` .scss ` files)
42+ - Omit images (e.g. ` .jpg ` , ` .png ` ) and videos (e.g. ` .mp4 ` )
43+ - Omit documents (e.g. ` .pdf ` , ` .docx ` )
4444 - Omit the ` .git ` folder
45- - Omit other non-required files (e.g. ` .DS_Store ` )
46- - ` Additional Checks ` :
47- - Check if ` package-lock.json ` exists (this is required for Veracode SCA)
48- - Check if ` /public ` exists (may contain resources that are not part of your actual 1st party source code)
49- - Check if ` /dist ` exists (may contain minified JavaScript)
50- - Check for ` .map ` files (indicates that your JS files might be minified)
45+ - Omit fonts
46+ - ...
5147
5248# Setup
5349
You can’t perform that action at this time.
0 commit comments