Installation
Prerequisites
- Node.js ≥ 23
- npm ≥ 11
Clone the repository
bash
git clone https://github.com/thanatos-vf-2000/sap-devsec-scanner.git
cd sap-devsec-scannerInstall backend
bash
npm installui5.zip file
- Download the latest version of the ui5.zip file from https://github.com/thanatos-vf-2000/sap-devsec-scanner/releases,
- Place the file in the sap-devsec-scanner directory.
Installing the ui5.zip file is not required if the service can connect to https://ui5.sap.com/.
Start the application
bash
# Production
npm start
# → http://localhost:3001
