From bf370dfbf3c3459b6bd9db88cee386bf517d6635 Mon Sep 17 00:00:00 2001 From: nirds Date: Tue, 2 Jul 2024 22:28:45 +0300 Subject: [PATCH 1/2] fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 326359c..5844eef 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ jobs: - name: Scan both feature & main branches and compare output differences id: scan - uses: OligoCyberSecurity/oligo-code-scanner@v1.0.7 + uses: OligoCyberSecurity/oligo-code-scanner@v1.0.5 continue-on-error: true with: path: './main' @@ -67,9 +67,9 @@ jobs: Oligo scanner saves the results in the jobs's `outputs` variable in JSON, SARIF, MD formats. You can use the result of Oligo scanner in order to comment on the PR, upload to the workflow [Artifacts](https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts), or even open new GitHub Issue in your account. -### Commenting PR +### Commenting PR] -![alt text](/assets/112797342/a1c8eda2-42ce-4fb1-a55f-fdf83686625a "Title") +![alt text](https://github.com/OligoCyberSecurity/oligo-code-scanner/assets/112797342/a1c8eda2-42ce-4fb1-a55f-fdf83686625a "Title") Adding the next code to your workflow file will comment the results of the action in the PR: From 5950072e330f7af5b91522f198f5675286834782 Mon Sep 17 00:00:00 2001 From: nirds Date: Tue, 2 Jul 2024 22:29:08 +0300 Subject: [PATCH 2/2] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5844eef..294821a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ jobs: - name: Scan both feature & main branches and compare output differences id: scan - uses: OligoCyberSecurity/oligo-code-scanner@v1.0.5 + uses: OligoCyberSecurity/oligo-code-scanner@v1.0.7 continue-on-error: true with: path: './main'