Skip to content

Commit 4fe0db0

Browse files
committed
Upgraded code
1 parent af32485 commit 4fe0db0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2117
-1267
lines changed

.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
OPENAI_API_KEY = "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"
2+
IMAGE_NAME = "scanner_test:latest"
3+
BASE_PORT = 5000
4+
NUM_INSTANCES = 10

.pre-commit-config.yaml

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

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"editor.defaultFormatter": "ms-python.autopep8"
44
},
55
"python.formatting.provider": "none"
6-
}
6+
}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ RUN apt update && apt upgrade -y
1717
RUN apt install nmap -y
1818
RUN pip install -r requirements.txt
1919

20-
ENTRYPOINT [ "gunicorn", "-w", "4", "-b", "0.0.0.0:443", "--timeout", "2400", "--max-requests", "0", "wsgi:app" ]
20+
ENTRYPOINT [ "gunicorn", "-w", "4", "-b", "0.0.0.0:443", "--timeout", "2400", "--max-requests", "0", "wsgi:app" ]

Dockerfile.bak

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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
lint:
2-
pre-commit run --all-files --show-diff-on-failure
2+
pre-commit run --all-files --show-diff-on-failure

0 commit comments

Comments
 (0)