Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RyosukeDTomita/devsecops-demo-aws…
Browse files Browse the repository at this point in the history
…-ecs
  • Loading branch information
Ryosuke Tomita committed Jan 19, 2024
2 parents 9e4e8a6 + e32fe1b commit db41391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tools_doc/hadolint.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## install

```shell
sudo wget -O /bin/hadolint https://github.com/hadolint/hadolint/releases/download/v2.10.0/hadolint-Linux-x86_64
sudo wget -O /usr/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v2.10.0/hadolint-Linux-x86_64
sudo chmod 755 /usr/bin/hadolint
```

Expand Down

0 comments on commit db41391

Please sign in to comment.