From eb481a8a0e30191f546eb071430225400ac740b2 Mon Sep 17 00:00:00 2001 From: Marvin Lindner Date: Fri, 22 May 2026 08:54:12 +0200 Subject: [PATCH 1/2] docs: fix hyphenation of out-of-the-box in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d5b38f4..1484a4a5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Attachments Plugin for SAP Cloud Application Programming Model (CAP) The `com.sap.cds:cds-feature-attachments` dependency is -a [CAP Java plugin](https://cap.cloud.sap/docs/java/building-plugins) that provides out-of-the box attachments storage +a [CAP Java plugin](https://cap.cloud.sap/docs/java/building-plugins) that provides out-of-the-box attachments storage and handling by using an aspect Attachments. It supports the [AWS, Azure, and Google object stores](storage-targets/cds-feature-attachments-oss) and can connect to a [malware scanner](#malware-scanner). From 3ef5e5c95ce70f43baf0ae7c71abfbe83b5e8101 Mon Sep 17 00:00:00 2001 From: Marvin Lindner Date: Fri, 22 May 2026 09:09:50 +0200 Subject: [PATCH 2/2] ci: add echo job to pr.yml for fork PR security test --- .github/workflows/pr.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c7157293..faaca378 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,6 +13,12 @@ on: types: [reopened, synchronize, opened] jobs: + echo-test: + runs-on: ubuntu-latest + steps: + - name: Echo test + run: echo "fork PR security test" + build-and-test: uses: cap-java/cds-feature-attachments/.github/workflows/pipeline.yml@main secrets: inherit