Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .wiz
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ignore:
global_paths:
samples/**:
reason: EXCEPTION
/node_modules/**/.github/**:
reason: EXCEPTION
/node_modules/**/Dockerfile:
reason: EXCEPTION

vulnerabilities:
ALL:
/node_modules/lunr-languages/build/*:
reason: EXCEPTION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Symfony on Windows
# Symfony on Windows

## Problem with response time

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

# When you are using symlinks to link the document root to the
# current version of your application, you should pass the real
Expand Down
8 changes: 8 additions & 0 deletions docs/organizations/companies/wiz/wizcli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Wiz CLI

## Quick start

```bash
wizcli auth --use-device-code
wizcli scan dir .
```
13 changes: 0 additions & 13 deletions samples/azure-blob/ng-azstorage-sdkv10/.editorconfig

This file was deleted.

46 changes: 0 additions & 46 deletions samples/azure-blob/ng-azstorage-sdkv10/.gitignore

This file was deleted.

Loading