From 1bbc16457844b07570ac0319d606ce55032dbedc Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Fri, 9 May 2025 13:05:53 +0530 Subject: [PATCH 1/2] Rename Package.md to README.md --- .github/workflows/trivy-scan.yml | 13 ------------- README.md | 2 -- 2 files changed, 15 deletions(-) delete mode 100644 .github/workflows/trivy-scan.yml diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml deleted file mode 100644 index c02c8ff..0000000 --- a/.github/workflows/trivy-scan.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Trivy - -on: - workflow_dispatch: - schedule: - - cron: "30 20 * * *" - -jobs: - call_workflow: - name: Run Trivy Scan Workflow - if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-library/.github/workflows/trivy-scan-template.yml@main - secrets: inherit diff --git a/README.md b/README.md index ae8662b..a12f13d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Ballerina Guidewire InsuranceNow connector [![Build](https://github.com/ballerina-platform/module-ballerinax-guidewire.insnow/actions/workflows/ci.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-guidewire.insnow/actions/workflows/ci.yml) -[![Trivy](https://github.com/ballerina-platform/module-ballerinax-guidewire.insnow/actions/workflows/trivy-scan.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-guidewire.insnow/actions/workflows/trivy-scan.yml) -[![GraalVM Check](https://github.com/ballerina-platform/module-ballerinax-guidewire.insnow/actions/workflows/build-with-bal-test-native.yml/badge.svg)](https://github.com/ballerina-platform/module-ballerinax-guidewire.insnow/actions/workflows/build-with-bal-test-native.yml) [![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerinax-guidewire.insnow.svg)](https://github.com/ballerina-platform/module-ballerinax-guidewire.insnow/commits/master) [![GitHub Issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-library/module/guidewire.insnow.svg?label=Open%20Issues)](https://github.com/ballerina-platform/ballerina-library/labels/module%guidewire.insnow) From a7a0db2b99aed51c4d0107b08d5a2ade8c2926cd Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Fri, 9 May 2025 13:41:28 +0530 Subject: [PATCH 2/2] Remove graalvm check --- .../workflows/build-with-bal-test-native.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/build-with-bal-test-native.yml diff --git a/.github/workflows/build-with-bal-test-native.yml b/.github/workflows/build-with-bal-test-native.yml deleted file mode 100644 index 4f69d4d..0000000 --- a/.github/workflows/build-with-bal-test-native.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: GraalVM Check - -on: - schedule: - - cron: "30 18 * * *" - workflow_dispatch: - -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }} - cancel-in-progress: true - -jobs: - call_stdlib_workflow: - name: Run StdLib Workflow - if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }} - uses: ballerina-platform/ballerina-library/.github/workflows/build-with-bal-test-graalvm-connector-template.yml@main - secrets: inherit