diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 054ecc6..5b3d638 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -27,6 +27,9 @@ jobs: - name: Create lib directory if not exists run: mkdir -p ballerina/lib - name: Run Trivy vulnerability scanner + env: + TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db + TRIVY_JAVA_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db uses: aquasecurity/trivy-action@master with: scan-type: 'rootfs' diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 0969bec..4d42431 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -100,9 +100,6 @@ dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} ] -modules = [ - {org = "ballerina", packageName = "io", moduleName = "io"} -] [[package]] org = "ballerina" @@ -400,7 +397,7 @@ modules = [ [[package]] org = "ballerinax" name = "java.jdbc" -version = "1.12.0" +version = "1.12.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -467,7 +464,6 @@ org = "ballerinax" name = "persist.sql" version = "1.4.1" dependencies = [ - {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "log"}, {org = "ballerina", name = "persist"}, @@ -491,7 +487,7 @@ modules = [ [[package]] org = "ballerinax" name = "postgresql" -version = "1.13.0" +version = "1.13.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"},