From 2218fff3bb73fcae4354087ea24a74d66f8669ee Mon Sep 17 00:00:00 2001 From: shraddha46 <59196008+shraddha46@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:49:10 +0530 Subject: [PATCH 1/4] Create devSecOps-pipeline.yml --- .github/workflows/devSecOps-pipeline.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/devSecOps-pipeline.yml diff --git a/.github/workflows/devSecOps-pipeline.yml b/.github/workflows/devSecOps-pipeline.yml new file mode 100644 index 0000000..1db97ed --- /dev/null +++ b/.github/workflows/devSecOps-pipeline.yml @@ -0,0 +1,15 @@ +name: devSecOps-pipeline +on: push +jobs: + devSecOps: + runs-on: ubuntu-latest + steps: + - name: Code Checkout + uses: actions/checkout@v7 + with: + fetch-depth: 0 + - name: Secret Scanning + uses: gitleaks/gitleaks-action@v3 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + From abce3d02bf42efe308ba5d7dda3ab31833999511 Mon Sep 17 00:00:00 2001 From: shraddha46 <59196008+shraddha46@users.noreply.github.com> Date: Wed, 5 Aug 2026 09:24:35 +0530 Subject: [PATCH 2/4] Update devSecOps-pipeline.yml --- .github/workflows/devSecOps-pipeline.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/devSecOps-pipeline.yml b/.github/workflows/devSecOps-pipeline.yml index 1db97ed..32432fe 100644 --- a/.github/workflows/devSecOps-pipeline.yml +++ b/.github/workflows/devSecOps-pipeline.yml @@ -1,5 +1,8 @@ name: devSecOps-pipeline -on: push +on: + push: + branches: + - 'demo-branch' jobs: devSecOps: runs-on: ubuntu-latest From fdf6c96bb3ccf5a27200dec18599957b95d218be Mon Sep 17 00:00:00 2001 From: shraddha46 <59196008+shraddha46@users.noreply.github.com> Date: Wed, 5 Aug 2026 09:26:58 +0530 Subject: [PATCH 3/4] Update devSecOps-pipeline.yml --- .github/workflows/devSecOps-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/devSecOps-pipeline.yml b/.github/workflows/devSecOps-pipeline.yml index 32432fe..807000f 100644 --- a/.github/workflows/devSecOps-pipeline.yml +++ b/.github/workflows/devSecOps-pipeline.yml @@ -3,6 +3,8 @@ on: push: branches: - 'demo-branch' + paths-ignore: + - 'README.md' jobs: devSecOps: runs-on: ubuntu-latest From 66cc008dede046d99c743b2b16ead69e1b4096b3 Mon Sep 17 00:00:00 2001 From: shraddha46 <59196008+shraddha46@users.noreply.github.com> Date: Wed, 5 Aug 2026 09:28:26 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7456b86..881b987 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Example used to demonstrate ```docker init``` CLI for a simple Hello World Python Program - +## ignore in pipeline while pushing any changes ## Run the application