Skip to content

Commit

Permalink
Merge pull request #2 from upwindsecurity/danavatavu-patch-1
Browse files Browse the repository at this point in the history
Changed build time format
  • Loading branch information
danavatavu authored Jan 16, 2024
2 parents ad00af5 + ce5f532 commit 1d91a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ create_event() {
\"repository\": \"https://github.com/${GITHUB_REPOSITORY}.git\",
\"branch\": \"${GITHUB_REF_NAME}\",
\"image_sha\": \"${IMAGE_SHA}\",
\"build_time\" : \"$(date +'%Y-%m-%dT%H:%M:%S')\"
\"build_time\" : \"$(date +'%Y-%m-%dT%H:%M:%SZ')\"
}
}'
"
Expand Down

0 comments on commit 1d91a4e

Please sign in to comment.