Skip to content

Commit c1cac9b

Browse files
oarbusiCopilot
andauthored
Update scripts/augment-sbom.sh
Co-authored-by: Copilot <[email protected]>
1 parent c932cfa commit c1cac9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/augment-sbom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
: "${RELEASE_VERSION:?RELEASE_VERSION environment variable not set}"
55
: "${RESOURCE:?RESOURCE environment variable not set}"
6-
DATE=$(date +'%Y-%m-%d')
6+
DATE="${DATE:-$(date +'%Y-%m-%d')}"
77

88
echo "Augmenting SBOM..."
99
docker run \

0 commit comments

Comments
 (0)