Skip to content

[DO NOT MERGE] feat: add MI support #19

[DO NOT MERGE] feat: add MI support

[DO NOT MERGE] feat: add MI support #19

Triggered via pull request February 2, 2024 12:07
@rishopsrishops
synchronize #12
mi
Status Success
Total duration 18s
Artifacts

reviewdog.yml

on: pull_request
runner / shellcheck
9s
runner / shellcheck
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
runner / shellcheck: imageTrivyScanner.sh#L29
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006) Raw Output: ./imageTrivyScanner.sh:29:16:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
runner / shellcheck: imageTrivyScanner.sh#L30
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006) Raw Output: ./imageTrivyScanner.sh:30:15:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
runner / shellcheck: imageTrivyScanner.sh#L60
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./imageTrivyScanner.sh:60:18:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
runner / shellcheck: imageTrivyScanner.sh#L61
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./imageTrivyScanner.sh:61:8:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
runner / shellcheck: imageTrivyScanner.sh#L64
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./imageTrivyScanner.sh:64:20:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
runner / shellcheck: imageTrivyScanner.sh#L68
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./imageTrivyScanner.sh:68:20:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
runner / shellcheck: imageTrivyScanner.sh#L29
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: imageTrivyScanner.sh:29:- IMAGE_NAME=`getComponentName` imageTrivyScanner.sh:30:- IMAGE_TAG=`getRepositoryTag` imageTrivyScanner.sh:29:+ IMAGE_NAME=$(getComponentName) imageTrivyScanner.sh:30:+ IMAGE_TAG=$(getRepositoryTag)
runner / shellcheck: imageTrivyScanner.sh#L60
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: imageTrivyScanner.sh:60:- generateOutput ${ACTIVITY_SUB_TASK_CODE} true "Congratulations trivy scan succeeded!!!" imageTrivyScanner.sh:61:-elif [ $VALIDATION_FAILURE_ACTION == "FAILURE" ] imageTrivyScanner.sh:60:+ generateOutput "${ACTIVITY_SUB_TASK_CODE}" true "Congratulations trivy scan succeeded!!!" imageTrivyScanner.sh:61:+elif [ "$VALIDATION_FAILURE_ACTION" == "FAILURE" ]
runner / shellcheck: imageTrivyScanner.sh#L64
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: imageTrivyScanner.sh:64:- generateOutput ${ACTIVITY_SUB_TASK_CODE} false "Please check triyv scan failed!!!" imageTrivyScanner.sh:64:+ generateOutput "${ACTIVITY_SUB_TASK_CODE}" false "Please check triyv scan failed!!!"
runner / shellcheck: imageTrivyScanner.sh#L68
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: imageTrivyScanner.sh:68:- generateOutput ${ACTIVITY_SUB_TASK_CODE} true "Please check triyv scan failed!!!" imageTrivyScanner.sh:68:+ generateOutput "${ACTIVITY_SUB_TASK_CODE}" true "Please check triyv scan failed!!!"