diff --git a/.github/workflows/development-build.yaml b/.github/workflows/development-build.yaml index 259118b..84f7d04 100644 --- a/.github/workflows/development-build.yaml +++ b/.github/workflows/development-build.yaml @@ -43,6 +43,7 @@ jobs: snyk-scan: true snyk-severity-threshold: medium snyk-organization: twdps + security-scan-nofail: true bats-test: true bats-run-container-name: gha-container-base-image bats-entry-point: /bin/bash diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 95e826b..31b21d1 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -39,7 +39,7 @@ jobs: release-notes: true release-body-path: release-notes.md release-message: New release Ubuntu 22.04 ThoughtWorks-DPS/gha-container-base-image - before-publish: true + before-publish: gha-container-base-image_dev.${GITHUB_SHA:0:7}_docker_build.log # ubuntu-24-publish: # name: publish ubuntu.24 image diff --git a/Dockerfile.ubuntu.22 b/Dockerfile.ubuntu.22 index 84f67a3..4844412 100644 --- a/Dockerfile.ubuntu.22 +++ b/Dockerfile.ubuntu.22 @@ -102,6 +102,9 @@ RUN docker --version && \ vault --version && \ teller version && \ buildevents -v + + + #DOCKERIZE_VERSION="$(curl -s https://api.github.com/repos/powerman/dockerize/releases/latest | grep -i /dockerize-$(uname -s)-$(uname -m)\" | cut -d\" -f4)" # curl -sSL --fail --retry 3 --output /usr/local/bin/dockerize "https://github.com/powerman/dockerize/releases/download/v0.8.0/dockerize-linux-${dockerizeArch}" && \ # chmod +x /usr/local/bin/dockerize && apt-get update && \ diff --git a/tpl/release-notes.tpl b/tpl/release-notes.tpl index c9661ef..4c6bfdd 100644 --- a/tpl/release-notes.tpl +++ b/tpl/release-notes.tpl @@ -2,5 +2,5 @@ New release build.
-Review build log for package adn tool version details +Review build log for package and tool version details