Skip to content

Commit 7f79052

Browse files
committed
Release v2025.11.22.1
1 parent 3dc43e2 commit 7f79052

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

_posts/2025-11-18-Quickly-Start-a-ZAST.AI-Assessment-Using-GitHub-Codespaces.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ tags:
1212
"Vulnerability Assessment",
1313
"Cloud Development"
1414
]
15-
15+
# 📌 关键修改:添加 image 属性
16+
# 这个路径应该指向你的特色图片,且图片宽度应大于 1200 像素,以满足 Google 要求。
17+
image: /assets/img/Quickl-Start-a-ZAST.AI-Assessment-Using-GitHub-Codespaces/1.PNG
1618

1719
---
1820

@@ -25,7 +27,7 @@ Nov. 18, 2025, Seattle
2527

2628
[GitHub Codespaces](https://github.com/features/codespaces) is a cloud-driven development environment suitable for various development scenarios, whether it’s a long-term project or a short-term task like reviewing pull requests. Operators can use these environments from either Visual Studio Code or a web-based editor. With it, we can quickly start a project and set up an environment, saving significant time and costs associated with preparing machines, setting up environments, configuring domains, etc.
2729

28-
<center><img src="{{'/assets/img/Quickl-Start-a-ZAST.AI-Assessment-Using-GitHub-Codespaces/1.PNG' | relative_url }}" alt="1" width="850" height="auto"></center>
30+
<center><img src="{{'/assets/img/Quickl-Start-a-ZAST.AI-Assessment-Using-GitHub-Codespaces/1.PNG' | relative_url }}" alt="1" width="1200" height="auto"></center>
2931

3032
Today, we are going to illustrate how to use GitHub Codespaces to build projects online, compiling Java archive files and packaging into a Java archive file (war/jar), and submit the archive file to ZAST.AI for vulnerability assessing.
3133

0 commit comments

Comments
 (0)