Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…oduct-pass into feature/cmp-1135/security-requirements
  • Loading branch information
saudkhan116 committed Apr 22, 2024
2 parents c463877 + dee5cb5 commit 021ec54
Show file tree
Hide file tree
Showing 7 changed files with 199 additions and 367 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install ESLint
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Kubernetes KinD Cluster
uses: container-tools/kind-action@v1
uses: container-tools/kind-action@v2
with:
# upgrade version, default (v0.17.0) uses node image v1.21.1 and doesn't work with more recent node image versions
version: v0.19.0
Expand All @@ -71,7 +71,7 @@ jobs:

- name: Build image for frontend
id: build-frontend
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: dpp-frontend
push: true
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Build image for backend
id: build-backend
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: dpp-backend/digitalproductpass
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: ${{ github.repository == 'eclipse-tractusx/digital-product-pass' }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# Upload findings to GitHub Advanced Security Dashboard
- name: Upload SARIF file for GitHub Advanced Security Dashboard
if: always()
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: kicsResults/results.sarif

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
5 changes: 4 additions & 1 deletion DEPENDENCIES_FRONTEND
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ npm/npmjs/-/callforth/0.3.1, MIT, approved, clearlydefined
npm/npmjs/-/callsites/3.1.0, MIT, approved, clearlydefined
npm/npmjs/-/chalk/2.4.2, MIT, approved, clearlydefined
npm/npmjs/-/chalk/4.1.2, MIT, approved, clearlydefined
npm/npmjs/-/chart.js/4.4.2, MIT, approved, clearlydefined
npm/npmjs/-/chokidar/3.5.3, MIT, approved, #2317
npm/npmjs/-/clipboard/2.0.11, MIT, approved, clearlydefined
npm/npmjs/-/cliui/8.0.1, ISC AND Artistic-2.0, approved, #3753
Expand Down Expand Up @@ -80,7 +81,7 @@ npm/npmjs/-/find-cache-dir/3.3.2, MIT, approved, clearlydefined
npm/npmjs/-/find-up/4.1.0, MIT, approved, clearlydefined
npm/npmjs/-/flat-cache/3.0.4, MIT, approved, clearlydefined
npm/npmjs/-/flatted/3.2.7, ISC AND (ISC AND MIT), approved, #2430
npm/npmjs/-/follow-redirects/1.15.4, MIT, approved, #10782
npm/npmjs/-/follow-redirects/1.15.6, MIT, approved, #10782
npm/npmjs/-/form-data/4.0.0, MIT, approved, clearlydefined
npm/npmjs/-/fs.realpath/1.0.0, ISC, approved, clearlydefined
npm/npmjs/-/fsevents/2.3.3, MIT, approved, #2967
Expand Down Expand Up @@ -189,6 +190,7 @@ npm/npmjs/-/tiny-emitter/2.1.0, MIT, approved, clearlydefined
npm/npmjs/-/to-regex-range/5.0.1, MIT, approved, clearlydefined
npm/npmjs/-/type-check/0.4.0, MIT, approved, clearlydefined
npm/npmjs/-/type-fest/0.20.2, MIT OR (CC0-1.0 AND MIT), approved, clearlydefined
npm/npmjs/-/typescript/5.4.3, Apache-2.0 AND MIT AND CC-BY-4.0 AND Unicode-DFS-2016 AND W3C-20150513, approved, #13647
npm/npmjs/-/upath/2.0.1, MIT, approved, clearlydefined
npm/npmjs/-/uri-js/4.4.1, BSD-2-Clause, approved, #1086
npm/npmjs/-/util-deprecate/1.0.2, MIT, approved, #5885
Expand Down Expand Up @@ -253,6 +255,7 @@ npm/npmjs/@intlify/devtools-if/9.2.2, MIT, approved, clearlydefined
npm/npmjs/@intlify/message-compiler/9.2.2, MIT, approved, clearlydefined
npm/npmjs/@intlify/shared/9.2.2, MIT, approved, clearlydefined
npm/npmjs/@intlify/vue-devtools/9.2.2, MIT, approved, clearlydefined
npm/npmjs/@kurkle/color/0.3.2, MIT, approved, clearlydefined
npm/npmjs/@mdi/font/5.9.55, Apache-2.0, approved, clearlydefined
npm/npmjs/@popperjs/core/2.11.2, MIT, approved, clearlydefined
npm/npmjs/@vitejs/plugin-vue/4.0.0, MIT, approved, clearlydefined
Expand Down
Loading

0 comments on commit 021ec54

Please sign in to comment.