Skip to content

dtpoirot/github-io-sample

 
 

Repository files navigation

Github-io-sample

Sample Configuration files for Synopsys Intelligent Orchestration Scan.

By default, the io-manifest.yml is download from here

Building

sudo apt install -y openjdk-11-jdk
sudo apt install -y maven

Now clone this repository.

cd github-io-sample
mvn clean package

Running

sudo apt install -y docker.io
sudo docker build -t wildfly .
sudo docker run --rm -it -p 8080:8080 wildfly

You can then access the bank application here: http://localhost:8080/

Login credentials

See the file src/main/resources/db/dataload.sql for all example accounts. Here is one:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.7%
  • CSS 15.5%
  • Java 7.1%
  • SCSS 3.4%
  • Less 3.3%