Skip to content
Merged

Dev #13

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
Binary file modified docker/backend/download/iast-agent.jar
Binary file not shown.
Binary file modified docker/backend/download/iast-engine.jar
Binary file not shown.
3 changes: 3 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ services:
command: redis-server --requirepass zP6gXX3y
restart: always
mysql:
# image: mysql:8.0-oracle # mac arm芯片
# platform: linux/arm64 # mac arm芯片
# command: --default-authentication-plugin=mysql_native_password # 解决mac arm芯片连接mysql问题
image: mysql:5.7.34
environment:
- MYSQL_ROOT_PASSWORD=zP6gXX3y
Expand Down
2 changes: 1 addition & 1 deletion docker/frontend/web/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" href="/app-loading.css" />
<title>simpleIAST</title>
<script type="module" crossorigin src="/static/index-35ab6744.js"></script>
<script type="module" crossorigin src="/static/index-5b4830db.js"></script>
<link rel="modulepreload" crossorigin href="/static/vue-956193f0.js">
<link rel="modulepreload" crossorigin href="/static/element-0afb0e99.js">
<link rel="modulepreload" crossorigin href="/static/vxe-78a23074.js">
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions docker/frontend/web/dist/static/detail-d25b80ed.js

This file was deleted.

Loading