Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
damoodamoo committed Jun 8, 2022
1 parent dc2ed64 commit 478914f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ COPY .devcontainer/scripts/docker-client.sh /tmp/
RUN /tmp/docker-client.sh $USERNAME

# Install Docker
# hadolint ignore=DL3004
RUN apt-get update && sudo apt-get install -y apt-transport-https ca-certificates curl gnupg lsb-release \
&& curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg \
&& echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" \
Expand All @@ -40,6 +41,7 @@ RUN apt-get update && sudo apt-get install -y apt-transport-https ca-certificate
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*

# Install nekos act - run GitHub workflows locally https://github.com/nektos/act
# hadolint ignore=DL3004
RUN if [ "${INTERACTIVE}" = "true" ]; then curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash; fi

# Install Certbot
Expand Down
1 change: 1 addition & 0 deletions templates/core/terraform/scripts/upload_static_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ echo "Created network rule on storage account"

echo "Uploading ${DIR} to static web storage"

# shellcheck disable=SC2016
az storage blob upload-batch \
--account-name "${STORAGE_ACCOUNT}" \
--auth-mode login \
Expand Down

0 comments on commit 478914f

Please sign in to comment.