-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #609 from catenax-ng/main
chore: bump versions of dependencies and fix response descriptions
- Loading branch information
Showing
11 changed files
with
1,057 additions
and
1,009 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 |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
run: ./scripts/xray-download-feature-files.sh | ||
|
||
- name: Save cypress/e2e folder | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: cypress - e2e | ||
if-no-files-found: error | ||
|
@@ -101,7 +101,7 @@ jobs: | |
node-version: 18.x | ||
|
||
- name: Cypress run all tests | ||
uses: cypress-io/[email protected].0 # use the explicit version number | ||
uses: cypress-io/[email protected].1 # use the explicit version number | ||
with: | ||
start: npm run start:auth:e2ea | ||
wait-on: "http://localhost:4200" | ||
|
@@ -127,7 +127,7 @@ jobs: | |
- name: Archive cypress artifacts | ||
if: success() || failure() | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: cypress generated files - chrome | ||
path: | | ||
|
@@ -163,7 +163,7 @@ jobs: | |
# node-version: 18.x | ||
# | ||
# - name: Cypress run all tests | ||
# uses: cypress-io/[email protected].0 # use the explicit version number | ||
# uses: cypress-io/[email protected].1 # use the explicit version number | ||
# with: | ||
# start: npm start | ||
# wait-on: "http://localhost:4200" | ||
|
@@ -182,7 +182,7 @@ jobs: | |
# | ||
# - name: Archive cypress artifacts | ||
# if: success() || failure() | ||
# uses: actions/upload-artifact@v3 | ||
# uses: actions/upload-artifact@v4 | ||
# with: | ||
# name: cypress generated files - firefox | ||
# path: | | ||
|
@@ -226,7 +226,7 @@ jobs: | |
# run: npx playwright install --with-deps webkit | ||
# | ||
# - name: Cypress run all tests | ||
# uses: cypress-io/[email protected].0 # use the explicit version number | ||
# uses: cypress-io/[email protected].1 # use the explicit version number | ||
# with: | ||
# start: npm start:auth:e2ea | ||
# wait-on: "http://localhost:4200" | ||
|
@@ -245,7 +245,7 @@ jobs: | |
# | ||
# - name: Archive cypress artifacts | ||
# if: success() || failure() | ||
# uses: actions/upload-artifact@v3 | ||
# uses: actions/upload-artifact@v4 | ||
# with: | ||
# name: cypress generated files - webkit | ||
# path: | | ||
|
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 |
---|---|---|
|
@@ -74,6 +74,7 @@ jobs: | |
- name: Run Trivy vulnerability scanner | ||
uses: aquasecurity/[email protected] | ||
with: | ||
trivyignores: "./.github/workflows/.trivyignore" | ||
image-ref: 'localhost:5000/traceability-foss:fe_${{ github.sha }}' | ||
format: "sarif" | ||
limit-severities-for-sarif: true | ||
|
@@ -133,6 +134,7 @@ jobs: | |
- name: Run Trivy vulnerability scanner in repo mode | ||
uses: aquasecurity/[email protected] | ||
with: | ||
trivyignores: "./.github/workflows/.trivyignore" | ||
scan-type: "config" | ||
hide-progress: false | ||
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
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.