Skip to content

Commit c630f1d

Browse files
SONARTEXT-32 Add Pre-Filter to detection logic; Add additional integration tests (#163)
1 parent fedd3fb commit c630f1d

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"project:secrets/S6652/mysql.nonRejectedExtension": [
3+
1
4+
],
5+
"project:secrets/S6652/settings.py": [
6+
3
7+
]
8+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# See https://docs.djangoproject.com/en/1.9/howto/deployment/checklist/
2+
# SECURITY WARNING: keep the secret key used in production secret!
3+
SECRET_KEY = 'r&lvybzry1*k+qq)=x-!=0yd5l5#1gxzk!82@ru25*ntos3_9^'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
if [ "${MYSQL_PASSWORD-}" == "" ]; then MYSQL_PASSWORD=dev_DVwgY7H5p3QgiZQr3tCo5Xfi
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
if [ "${MYSQL_PASSWORD-}" == "" ]; then MYSQL_PASSWORD=dev_DVwgY7H5p3QgiZQr3tCo5Xfi
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# See https://docs.djangoproject.com/en/1.9/howto/deployment/checklist/
2+
# SECURITY WARNING: keep the secret key used in production secret!
3+
SECRET_KEY = 'r&lvybzry1*k+qq)=x-!=0yd5l5#1gxzk!82@ru25*ntos3_9^'

0 commit comments

Comments
 (0)