-
Notifications
You must be signed in to change notification settings - Fork 25
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 snyk-fix-59addfa437afcf48351035c99fd9674a
- Loading branch information
Showing
37 changed files
with
59 additions
and
60 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 |
---|---|---|
|
@@ -17,4 +17,4 @@ jobs: | |
- name: 'Checkout Repository' | ||
uses: actions/[email protected] | ||
- name: 'Dependency Review' | ||
uses: actions/dependency-review-action@v3.1.5 | ||
uses: actions/dependency-review-action@v4.3.4 |
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
uses: docker/[email protected] | ||
|
||
- name: Cache Docker layers | ||
uses: actions/cache@v3.3.3 | ||
uses: actions/cache@v4.0.2 | ||
with: | ||
path: /tmp/.buildx-cache | ||
key: ${{ github.ref }}-${{ github.sha }} | ||
|
@@ -72,7 +72,7 @@ jobs: | |
|
||
- name: Run Snyk to check Docker image for vulnerabilities - nginx | ||
continue-on-error: true | ||
uses: snyk/actions/docker@640e31719aac3e44867d239dc86c20c3e34c8e4f | ||
uses: snyk/actions/docker@cdb760004ba9ea4d525f2e043745dfe85bb9077e | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: | ||
|
@@ -95,7 +95,7 @@ jobs: | |
|
||
- name: Run Snyk to check Docker image for vulnerabilities - mysql | ||
continue-on-error: true | ||
uses: snyk/actions/docker@640e31719aac3e44867d239dc86c20c3e34c8e4f | ||
uses: snyk/actions/docker@cdb760004ba9ea4d525f2e043745dfe85bb9077e | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: | ||
|
@@ -118,7 +118,7 @@ jobs: | |
|
||
- name: Run Snyk to check Docker image for vulnerabilities - postgres | ||
continue-on-error: true | ||
uses: snyk/actions/docker@640e31719aac3e44867d239dc86c20c3e34c8e4f | ||
uses: snyk/actions/docker@cdb760004ba9ea4d525f2e043745dfe85bb9077e | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: | ||
|
@@ -141,7 +141,7 @@ jobs: | |
|
||
- name: Run Snyk to check Docker image for vulnerabilities - mongodb | ||
continue-on-error: true | ||
uses: snyk/actions/docker@640e31719aac3e44867d239dc86c20c3e34c8e4f | ||
uses: snyk/actions/docker@cdb760004ba9ea4d525f2e043745dfe85bb9077e | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: | ||
|
@@ -164,7 +164,7 @@ jobs: | |
|
||
- name: Run Snyk to check Docker image for vulnerabilities - cassandra | ||
continue-on-error: true | ||
uses: snyk/actions/docker@640e31719aac3e44867d239dc86c20c3e34c8e4f | ||
uses: snyk/actions/docker@cdb760004ba9ea4d525f2e043745dfe85bb9077e | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: | ||
|
@@ -187,7 +187,7 @@ jobs: | |
|
||
- name: Run Snyk to check Docker image for vulnerabilities - rabbitmq | ||
continue-on-error: true | ||
uses: snyk/actions/docker@640e31719aac3e44867d239dc86c20c3e34c8e4f | ||
uses: snyk/actions/docker@cdb760004ba9ea4d525f2e043745dfe85bb9077e | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: | ||
|
@@ -222,7 +222,7 @@ jobs: | |
|
||
- name: Run Snyk to check Docker image for vulnerabilities - ab | ||
continue-on-error: true | ||
uses: snyk/actions/docker@640e31719aac3e44867d239dc86c20c3e34c8e4f | ||
uses: snyk/actions/docker@cdb760004ba9ea4d525f2e043745dfe85bb9077e | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: | ||
|
@@ -245,7 +245,7 @@ jobs: | |
|
||
- name: Run Snyk to check Docker image for vulnerabilities - postmannewman-quarkus | ||
continue-on-error: true | ||
uses: snyk/actions/docker@640e31719aac3e44867d239dc86c20c3e34c8e4f | ||
uses: snyk/actions/docker@cdb760004ba9ea4d525f2e043745dfe85bb9077e | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
with: | ||
|
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 |
---|---|---|
|
@@ -9,10 +9,11 @@ env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
jobs: | ||
assign: | ||
add-to-project: | ||
name: Add issue to project | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Assign issues to project | ||
uses: srggrs/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
project: 'https://github.com/yurake/k8s-3tier-webapp/projects/1' | ||
project-url: https://github.com/users/yurake/projects/1/views/1 | ||
github-token: ${{ secrets.GITHUB_TOKEN }} |
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 |
---|---|---|
|
@@ -37,13 +37,13 @@ jobs: | |
languages: java | ||
|
||
- name: Cache SonarCloud packages | ||
uses: actions/cache@v3.3.3 | ||
uses: actions/cache@v4.0.2 | ||
with: | ||
path: ~/.sonar/cache | ||
key: ${{ runner.os }}-sonar-parent-pom | ||
restore-keys: ${{ runner.os }}-sonar-parent-pom | ||
- name: Cache local Maven repository | ||
uses: actions/cache@v3.3.3 | ||
uses: actions/cache@v4.0.2 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-parent-pom-${{ hashFiles('**/parent-pom/pom.xml') }} | ||
|
@@ -56,13 +56,13 @@ jobs: | |
run: ./mvnw -B deploy --settings ../.m2/settings.xml | ||
|
||
- name: Cache SonarCloud packages | ||
uses: actions/cache@v3.3.3 | ||
uses: actions/cache@v4.0.2 | ||
with: | ||
path: ~/.sonar/cache | ||
key: ${{ runner.os }}-sonar-webapp-service | ||
restore-keys: ${{ runner.os }}-sonar-webapp-service | ||
- name: Cache local Maven repository | ||
uses: actions/cache@v3.3.3 | ||
uses: actions/cache@v4.0.2 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-webapp-service-${{ hashFiles('**/webapp-service/pom.xml') }} | ||
|
@@ -151,7 +151,7 @@ jobs: | |
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Cache Docker layers | ||
uses: actions/cache@v3.3.3 | ||
uses: actions/cache@v4.0.2 | ||
with: | ||
path: /tmp/.buildx-cache | ||
key: ${{ github.ref }}-${{ github.sha }} | ||
|
@@ -168,13 +168,13 @@ jobs: | |
fi | ||
- name: Cache SonarCloud packages | ||
uses: actions/cache@v3.3.3 | ||
uses: actions/cache@v4.0.2 | ||
with: | ||
path: ~/.sonar/cache | ||
key: ${{ runner.os }}-sonar-${{ matrix.application }} | ||
restore-keys: ${{ runner.os }}-sonar-${{ matrix.application }} | ||
- name: Cache local Maven repository | ||
uses: actions/cache@v3.3.3 | ||
uses: actions/cache@v4.0.2 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-${{ matrix.application }}-${{ hashFiles('**/${{ matrix.application }}/pom.xml') }} | ||
|
@@ -266,7 +266,7 @@ jobs: | |
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Cache Docker layers | ||
uses: actions/cache@v3.3.3 | ||
uses: actions/cache@v4.0.2 | ||
with: | ||
path: /tmp/.buildx-cache | ||
key: ${{ github.ref }}-${{ github.sha }} | ||
|
@@ -283,13 +283,13 @@ jobs: | |
fi | ||
- name: Cache SonarCloud packages | ||
uses: actions/cache@v3.3.3 | ||
uses: actions/cache@v4.0.2 | ||
with: | ||
path: ~/.sonar/cache | ||
key: ${{ runner.os }}-sonar-${{ matrix.application }} | ||
restore-keys: ${{ runner.os }}-sonar-${{ matrix.application }} | ||
- name: Cache local Maven repository | ||
uses: actions/cache@v3.3.3 | ||
uses: actions/cache@v4.0.2 | ||
with: | ||
path: ~/.m2/repository | ||
key: ${{ runner.os }}-maven-${{ matrix.application }}-${{ hashFiles('**/${{ matrix.application }}/pom.xml') }} | ||
|
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 |
---|---|---|
|
@@ -63,7 +63,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up JDK | ||
uses: actions/setup-java@v3.13.0 | ||
uses: actions/setup-java@v4.3.0 | ||
with: | ||
java-version: "17" | ||
distribution: "temurin" | ||
|
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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Run Snyk to check for vulnerabilities | ||
uses: snyk/actions/iac@640e31719aac3e44867d239dc86c20c3e34c8e4f | ||
uses: snyk/actions/iac@cdb760004ba9ea4d525f2e043745dfe85bb9077e | ||
continue-on-error: true | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
|
@@ -51,7 +51,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@master | ||
- name: Run Snyk to check for vulnerabilities | ||
uses: snyk/actions/iac@640e31719aac3e44867d239dc86c20c3e34c8e4f | ||
uses: snyk/actions/iac@cdb760004ba9ea4d525f2e043745dfe85bb9077e | ||
continue-on-error: true | ||
env: | ||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | ||
|
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
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
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
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.