This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
The following commit(s) were added to refs/heads/main by this push:
new 1aa2bb0 Record the use of SkyWalking Eyes Docker Image under
PowerShell 7 (#196)
1aa2bb0 is described below
commit 1aa2bb03b7e6ff1b6113dca61683b44919ab13ad
Author: Ling Hengqian <[email protected]>
AuthorDate: Thu Mar 20 20:42:28 2025 +0800
Record the use of SkyWalking Eyes Docker Image under PowerShell 7 (#196)
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index 5049fd3..c55e8f7 100644
--- a/README.md
+++ b/README.md
@@ -104,11 +104,20 @@ To check dependencies license in GitHub Actions, add a
step in your GitHub workf
### Docker Image
+For Bash, users can execute the following command,
+
```shell
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header
check
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header
fix
```
+For PowerShell 7, users can execute the following command,
+
+```
+docker run -it --rm -v ${pwd}:/github/workspace apache/skywalking-eyes header
check
+docker run -it --rm -v ${pwd}:/github/workspace apache/skywalking-eyes header
fix
+```
+
#### Using Docker for License Dependency Checks
To check dependencies' licenses in Docker, you'll need the appropriate
language runtime and package managers in your environment. The base Docker
image only includes the license-eye binary. To check dependencies, you can
build a custom Docker image with your required language tools: