diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5cb72409..1d4b2fb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,5 +63,6 @@ jobs: call-image-release: uses: ./.github/workflows/publish-image-registry.yml needs: build + secrets: inherit with: tag: v${{ inputs.version }} \ No newline at end of file diff --git a/.github/workflows/veracode-scan.yml b/.github/workflows/veracode-scan.yml index bf629e16..474a2dc7 100644 --- a/.github/workflows/veracode-scan.yml +++ b/.github/workflows/veracode-scan.yml @@ -33,8 +33,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 with: - repository: eclipse-tractusx/sldt-digital-twin-registry - ref: main + ref: release - name: setup-java uses: actions/setup-java@v3 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8945b724..31356fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.3.4-M1 +This version includes changes for the decentralized digital twin registry. +### Added +- Move Veracode to eclipse-tractusX +## fixed + ## 0.3.3-M1 This version includes changes for the decentralized digital twin registry. ### Added