From 5829c3c2852abf8336bfb59f4430c1fde30feebd Mon Sep 17 00:00:00 2001 From: Deepanshaccion <139445674+Deepanshaccion@users.noreply.github.com> Date: Wed, 26 Jul 2023 16:14:03 +0530 Subject: [PATCH 1/5] Create master.yml --- .github/workflows/master.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/master.yml diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml new file mode 100644 index 00000000..13afc416 --- /dev/null +++ b/.github/workflows/master.yml @@ -0,0 +1,18 @@ +on: + push: + branches: [ "master" ] + workflow_dispatch: +jobs: + veracode-sca-task: + runs-on: ubuntu-latest + name: Scan repository with Veracode SCA + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Run Veracode SCA + env: + SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }} + uses: veracode/veracode-sca@v2.1.6 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + create-issues: false From eef9d7a1a7ce24138f0eb02ff7274b2c551bc78e Mon Sep 17 00:00:00 2001 From: Deepanshaccion <139445674+Deepanshaccion@users.noreply.github.com> Date: Wed, 26 Jul 2023 16:44:46 +0530 Subject: [PATCH 2/5] Update master.yml --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 13afc416..350ce7c7 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -1,6 +1,6 @@ on: push: - branches: [ "master" ] + branches: [ "master"] workflow_dispatch: jobs: veracode-sca-task: From a8161371a1033d21c12bf3a2ce3bd396927d75f7 Mon Sep 17 00:00:00 2001 From: Deepanshaccion <139445674+Deepanshaccion@users.noreply.github.com> Date: Wed, 26 Jul 2023 16:47:17 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cbdc9ee..c64dca6f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An example node project to demonstrate [srcclr](https://www.srcclr.com) scans. -## Try me! +## Try me! this is the test ``` brew tap srcclr/srcclr From 0914360bab0b2149fe48e60ba3e4bd64cb5e7d51 Mon Sep 17 00:00:00 2001 From: Deepanshaccion <139445674+Deepanshaccion@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:46:06 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c64dca6f..8d0a5806 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An example node project to demonstrate [srcclr](https://www.srcclr.com) scans. -## Try me! this is the test +## Try me! this is the test for pull ``` brew tap srcclr/srcclr From f61e705f5ada79f7f752aa95fc402ba458476141 Mon Sep 17 00:00:00 2001 From: Deepanshaccion <139445674+Deepanshaccion@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:02:20 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d0a5806..350ba08c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An example node project to demonstrate [srcclr](https://www.srcclr.com) scans. -## Try me! this is the test for pull +## Try me! this is the test for pull765 ``` brew tap srcclr/srcclr