-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into tag-guard
- Loading branch information
Showing
22 changed files
with
833 additions
and
486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ jobs: | |
uses: actions/checkout@v3 | ||
- name: Grant execute permission for gradlew | ||
run: chmod +x gradlew | ||
- name: Scan dependencies | ||
run: ./gradlew dependencyCheckAggregate | ||
- name: Build artifacts | ||
run: | | ||
./gradlew assemble bootJarWithFrontend :inspectit-ocelot-core:cyclonedxBom :inspectit-ocelot-configurationserver:cyclonedxBom -PbuildVersion=${{ github.ref_name }} | ||
|
@@ -26,7 +28,7 @@ jobs: | |
cp ./inspectit-ocelot-core/build/reports/bom.xml ./boms/inspectit-ocelot-agent-bom.xml | ||
cp ./components/inspectit-ocelot-configurationserver/build/reports/bom.json ./boms/inspectit-ocelot-configurationserver-bom.json | ||
cp ./components/inspectit-ocelot-configurationserver/build/reports/bom.xml ./boms/inspectit-ocelot-configurationserver-bom.xml | ||
zip -r ./artifacts/software-bill-of-materials.zip ./boms | ||
zip -r ./artifacts/software-bill-of-materials.zip ./boms | ||
- name: Calculate checksums of release artifacts | ||
working-directory: ./artifacts | ||
run: for f in *; do sha256sum "$f" >> inspectit-ocelot-sha256-checksums.txt; done | ||
|
@@ -39,8 +41,8 @@ jobs: | |
uses: danipaniii/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
sinceTag: ${{ steps.previoustag.outputs.tag }} | ||
dateFormat: | ||
sinceTag: ${{ steps.previoustag.outputs.tag }} | ||
dateFormat: | ||
maxIssues: 500 | ||
unreleased: false | ||
author: false | ||
|
@@ -57,7 +59,7 @@ jobs: | |
body: | | ||
"You can also find the corresponding documentation online under the following link: [inspectIT Ocelot Documentation](http://docs.inspectit.rocks)" | ||
${{ steps.build_changelog.outputs.changelog }} | ||
build_and_publish_docker_images: | ||
name: "Build and Push Docker Images" | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.