Skip to content

Commit

Permalink
SPINECORE-5236 Renaming comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairmontgomery1-nhs committed Nov 22, 2024
1 parent 041fe86 commit 168be78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/terraform/terraform-static-code-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -euo pipefail

# ShellCheck command wrapper. It will run Trivy natively if it is
# Trivy command wrapper. It will run Trivy natively if it is
# installed, otherwise it will run it in a Docker container.
#
# Usage:
Expand Down Expand Up @@ -45,7 +45,7 @@ function run-trivy-natively() {

# Run Trivy in a Docker container.
# Arguments (provided as environment variables):
# directory=[path to the shell script to lint, relative to the project's top-level directory]
# directory=[path to the Terraform to check, relative to the project's top-level directory]
function run-trivy-in-docker() {

# shellcheck disable=SC1091
Expand Down

0 comments on commit 168be78

Please sign in to comment.