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 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).