Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading