We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ed522 commit 32e923dCopy full SHA for 32e923d
3 files changed
src/base/.devcontainer/scripts/lifecycle/post_attach.sh
@@ -1,4 +1,5 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
# Script to run as devcontainer postAttachCommand
3
+set -euo pipefail
4
5
# currently empty
src/base/.devcontainer/scripts/lifecycle/post_create.sh
@@ -1,5 +1,6 @@
# Script to run as devcontainer postCreateCommand
# Install git-secrets, register AWS patterns and NHS rules in an idempotent way
6
if ! git config --get-all secrets.patterns | grep -Fq AKIA; then
src/base/.devcontainer/scripts/lifecycle/post_start.sh
# Script to run as devcontainer postStartCommand
0 commit comments