Skip to content

Commit d8d576c

Browse files
authored
Update scan config (#6)
* Remove unnecesary files in samples * Scan directory * Update scan config
1 parent 3a6f1ef commit d8d576c

20 files changed

Lines changed: 23 additions & 33612 deletions

File tree

.wiz

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
ignore:
2+
global_paths:
3+
samples/**:
4+
reason: EXCEPTION
5+
/node_modules/**/.github/**:
6+
reason: EXCEPTION
7+
/node_modules/**/Dockerfile:
8+
reason: EXCEPTION
9+
10+
vulnerabilities:
11+
ALL:
12+
/node_modules/lunr-languages/build/*:
13+
reason: EXCEPTION

docs/organizations/companies/sensiolabs/symfony-windows-howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Symfony on Windows
1+
# Symfony on Windows
22

33
## Problem with response time
44

@@ -37,7 +37,7 @@ server {
3737
# optionally set the value of the environment variables used in the application
3838
# fastcgi_param APP_ENV prod;
3939
# fastcgi_param APP_SECRET <app-secret-id>;
40-
# fastcgi_param DATABASE_URL "mysql://db_user:db_pass@host:3306/db_name";
40+
# fastcgi_param DATABASE_URL "mysql://db_user:***@host:3306/db_name";
4141

4242
# When you are using symlinks to link the document root to the
4343
# current version of your application, you should pass the real
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Wiz CLI
2+
3+
## Quick start
4+
5+
```bash
6+
wizcli auth --use-device-code
7+
wizcli scan dir .
8+
```

samples/azure-blob/ng-azstorage-sdkv10/.editorconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

samples/azure-blob/ng-azstorage-sdkv10/.gitignore

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)