Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ce161dd

Browse files
authored
Merge pull request #165 from 1ace/patch-1
README: fix Linux download URL
2 parents e6b4d5d + aeabcfe commit ce161dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Alternatively, you can manually install the scan docker plugin on top of your ex
374374
Download the binary from the latest release and copy it in the `cli-plugins` directory
375375
```sh
376376
mkdir -p ~/.docker/cli-plugins && \
377-
curl https://github.com/docker/scan-cli-plugin/releases/download/latest/docker-scan_linux_amd64 -L -s -S -o ~/.docker/cli-plugins/docker-scan &&\
377+
curl https://github.com/docker/scan-cli-plugin/releases/latest/download/docker-scan_linux_amd64 -L -s -S -o ~/.docker/cli-plugins/docker-scan &&\
378378
chmod +x ~/.docker/cli-plugins/docker-scan
379379
```
380380

0 commit comments

Comments
 (0)