Licence scanning integration with trivy #21
reviewdog.yml
on: pull_request
runner / shellcheck
13s
Annotations
2 warnings
runner / shellcheck:
imageTrivyScanner.sh#L18
[shellcheck] reported by reviewdog 🐶
Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
Raw Output:
./imageTrivyScanner.sh:18:16:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
|
runner / shellcheck:
imageTrivyScanner.sh#L19
[shellcheck] reported by reviewdog 🐶
Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
Raw Output:
./imageTrivyScanner.sh:19:15:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
|