Skip to content

Commit 1aa2bb0

Browse files
authored
Record the use of SkyWalking Eyes Docker Image under PowerShell 7 (#196)
1 parent 477772b commit 1aa2bb0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,20 @@ To check dependencies license in GitHub Actions, add a step in your GitHub workf
104104

105105
### Docker Image
106106

107+
For Bash, users can execute the following command,
108+
107109
```shell
108110
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header check
109111
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
110112
```
111113

114+
For PowerShell 7, users can execute the following command,
115+
116+
```
117+
docker run -it --rm -v ${pwd}:/github/workspace apache/skywalking-eyes header check
118+
docker run -it --rm -v ${pwd}:/github/workspace apache/skywalking-eyes header fix
119+
```
120+
112121
#### Using Docker for License Dependency Checks
113122

114123
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:

0 commit comments

Comments
 (0)