-
-
Notifications
You must be signed in to change notification settings - Fork 583
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 mel-issue-2737
- Loading branch information
Showing
746 changed files
with
84,665 additions
and
23,230 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
.github/ | ||
.idea/ | ||
.run/ | ||
docs/ | ||
scripts/ | ||
src/ | ||
!src/main/docker/logback*.xml | ||
target/ | ||
!target/*.jar | ||
/*.md |
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 |
---|---|---|
|
@@ -22,10 +22,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
|
||
- name: Set up JDK | ||
uses: actions/setup-java@v3.11.0 | ||
uses: actions/setup-java@v3.12.0 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '17' | ||
|
@@ -49,7 +49,7 @@ jobs: | |
mvn cyclonedx:makeBom -Dservices.bom.merge.skip=false org.codehaus.mojo:exec-maven-plugin:exec@merge-services-bom | ||
- name: Upload Artifacts | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: assembled-wars | ||
path: |- | ||
|
@@ -70,7 +70,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
|
||
- name: Download Artifacts | ||
uses: actions/[email protected] | ||
|
@@ -79,16 +79,16 @@ jobs: | |
path: target | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v2.1.0 | ||
uses: docker/setup-qemu-action@v3.0.0 | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v2.6.0 | ||
uses: docker/setup-buildx-action@v3.0.0 | ||
id: buildx | ||
with: | ||
install: true | ||
|
||
- name: Login to Docker.io | ||
uses: docker/login-action@v2.2.0 | ||
uses: docker/login-action@v3.0.0 | ||
if: ${{ inputs.publish-container }} | ||
with: | ||
registry: docker.io | ||
|
@@ -105,7 +105,7 @@ jobs: | |
echo "tags=${TAGS}" >> $GITHUB_OUTPUT | ||
- name: Build multi-arch Container Image | ||
uses: docker/build-push-action@v4.1.0 | ||
uses: docker/build-push-action@v5.0.0 | ||
with: | ||
tags: ${{ steps.tags.outputs.tags }} | ||
build-args: |- | ||
|
@@ -119,7 +119,7 @@ jobs: | |
|
||
- name: Run Trivy Vulnerability Scanner | ||
if: ${{ inputs.publish-container }} | ||
uses: aquasecurity/trivy-action@0.11.2 | ||
uses: aquasecurity/trivy-action@0.12.0 | ||
with: | ||
image-ref: docker.io/dependencytrack/${{ matrix.distribution }}:${{ inputs.app-version }} | ||
format: 'sarif' | ||
|
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
exit 1 | ||
fi | ||
- name: Checkout Repository | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
|
||
- name: Parse Version from POM | ||
id: parse | ||
|
@@ -47,7 +47,7 @@ jobs: | |
- call-build | ||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
|
||
- name: Download Artifacts | ||
uses: actions/[email protected] | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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.