Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1005 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 1005 Bytes

Insecure Bank

Insecure-Bank

Running the application locally

  1. Clone the repository:

     $ git clone https://github.com/hdiv/insecure-bank.git
    
  2. Run the application using an embedded Tomcat:

     $ mvn clean package
     $ mvn cargo:run
    
  3. You can then access the bank application here: http://localhost:8080/insecure-bank/

Running with Docker

Run the insecure-bank application with Docker.

Place Hdiv agent and license in the application root folder.

    $ docker build -t insecure-bank .
    $ docker run -p 8080:8080 -d --name insecure-bank-app insecure-bank
    $ docker logs insecure-bank-app

Open the application in > http://localhost:8080/insecure-bank

Login credentials

  • Username: john
  • Password: test

STATUS

.github/workflows/ci.yml