diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ff94caa..ad73020 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -27,6 +27,7 @@ jobs: strategy: matrix: python: ['3.7', '3.8', '3.9'] + os: ['ubuntu-latest', 'windows-latest'] env: PYTHON: ${{ matrix.python }} # define the individual sequential steps to be run diff --git a/README.md b/README.md index 48be970..ccbfd74 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dev-Sec-Ops Demo/Assignment -[![codecov](https://codecov.io/gh/PGCSEDS-IIITH/devsecops-iris/branch/master/graph/badge.svg?token=EILEH8L7R5)](https://codecov.io/gh/PGCSEDS-IIITH/devsecops-iris) +[![codecov](https://codecov.io/gh/akshayreddy292/devsecops-iris/branch/master/graph/badge.svg)](https://codecov.io/gh/akshayreddy292/devsecops-iris) This repository contains code which demonstrates Dev-Sec-Ops using a `FastAPI` application which predicts the flower class using the IRIS dataset (https://scikit-learn.org/stable/auto_examples/datasets/plot_iris_dataset.html) @@ -25,4 +25,4 @@ This repository contains code which demonstrates Dev-Sec-Ops using a `FastAPI` a - Make a visualisation for sarif report using any tool. upload screenshot, image, html or pdf. Add it to the reports/ folder. ## Submission -- Link to github repository as a comment on the submission (olympus portal). [uploading .txt is optional] \ No newline at end of file +- Link to github repository as a comment on the submission (olympus portal). [uploading .txt is optional] diff --git a/reports/sarif_visualisation_1.png b/reports/sarif_visualisation_1.png new file mode 100644 index 0000000..02894b3 Binary files /dev/null and b/reports/sarif_visualisation_1.png differ diff --git a/reports/sarif_visualisation_2.png b/reports/sarif_visualisation_2.png new file mode 100644 index 0000000..554b1c1 Binary files /dev/null and b/reports/sarif_visualisation_2.png differ diff --git a/reports/sarif_visualisation_3.png b/reports/sarif_visualisation_3.png new file mode 100644 index 0000000..3d18559 Binary files /dev/null and b/reports/sarif_visualisation_3.png differ