Skip to content

Commit

Permalink
feat: upgraded angular version from 12 to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-haag committed May 15, 2024
1 parent 8114abe commit 661cbe5
Show file tree
Hide file tree
Showing 31 changed files with 27,532 additions and 11,976 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/c4po-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.

name: "Security C4PO CI"
name: "CI: Clean Build C4PO"

on:
pull_request:
Expand All @@ -20,7 +20,7 @@ env:
REPORTING_PATH: security-c4po-reporting
CFG_PATH: security-c4po-cfg

ANGULAR_CLI_VERSION: 13
ANGULAR_CLI_VERSION: 15


jobs:
Expand All @@ -34,10 +34,10 @@ jobs:
- name: "Check out code"
uses: actions/checkout@v3

- name: "Use Node.js 14.x"
- name: "Use Node.js 16.x"
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
cache: 'npm'

- name: "Install NPM dependencies"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/c4po-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.

name: "Publish C4PO Docker Hub"
name: "CD: Publish C4PO to Docker Hub"

on:
push:
Expand All @@ -30,10 +30,10 @@ jobs:
- name: "Check out code"
uses: actions/checkout@v3

- name: "Use Node.js 14.x"
- name: "Use Node.js 16.x"
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
cache: 'npm'

- name: "Install NPM dependencies"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
![workflow_badge](https://github.com/Marcel-Haag/security-c4po/actions/workflows/c4po-ci.yml/badge.svg?branch=main)
![workflow_badge](https://github.com/Marcel-Haag/security-c4po/actions/workflows/c4po-release.yml/badge.svg?branch=main)
[![OWASP Incubator](https://img.shields.io/badge/owasp-incubator%20project-3267fe.svg)](https://owasp.org/other_projects/)<!-- @IGNORE PREVIOUS: link -->


![alt architecture](./wiki/repository-owasp-guide-c4po.png)

Expand Down Expand Up @@ -63,7 +65,7 @@ You can reach the application by entering http://localhost:4200 in you browser.
### Technical Requirements
* Docker / Docker-compose
* OpenJDK 11
* Node 14.15.1 / npm 6.14.8
* Node 16.20.2 / npm 8.19.4
* MongoDB 4.4.6

### Tools
Expand Down
18 changes: 0 additions & 18 deletions security-c4po-angular/.browserslistrc

This file was deleted.

3 changes: 3 additions & 0 deletions security-c4po-angular/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ testem.log
# System Files
.DS_Store
Thumbs.db

# Chache
.angular/*
1 change: 0 additions & 1 deletion security-c4po-angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@
}
}
},
"defaultProject": "security-c4po-angular",
"cli": {
"analytics": false
}
Expand Down
Loading

0 comments on commit 661cbe5

Please sign in to comment.