Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trendmicro/cloudone-filestorage-plugins
Trend Micro Cloud One File Storage Security plugins reference code.
https://github.com/trendmicro/cloudone-filestorage-plugins
antivirus cloudone file-storage-security s3 serverless trendmicro
Last synced: 2 days ago
JSON representation
Trend Micro Cloud One File Storage Security plugins reference code.
- Host: GitHub
- URL: https://github.com/trendmicro/cloudone-filestorage-plugins
- Owner: trendmicro
- License: apache-2.0
- Created: 2020-06-19T06:59:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T03:17:37.000Z (3 months ago)
- Last Synced: 2024-12-24T21:07:20.244Z (9 days ago)
- Topics: antivirus, cloudone, file-storage-security, s3, serverless, trendmicro
- Language: Python
- Homepage: https://cloudone.trendmicro.com
- Size: 853 KB
- Stars: 41
- Watchers: 15
- Forks: 51
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# cloudone-filestorage-plugins
This repository contains Cloud One File Storage Security post-scan actions reference code.
## How to use
### AWS users
1. Go to the [deployment](deployment/), [post-scan-actions](post-scan-actions/) or [scan-triggers](scan-triggers/) folder to view all the example Lambda functions.
2. Follow the instructions in the readme of the chosen example to deploy it.#### Plugins Available on Serverless Application Repository
Some plugins are hosted in Serverless Application Repository and you can find them with the following steps.
1. From AWS, go to Serverless Application Repository > Available applications > Public applications.
2. Check the `Show apps that create custom IAM roles or resource policies` checkbox.
3. Search for `cloudone-filestorage-plugin`.## How to contribute
Follow our [CONTRIBUTING](.github/CONTRIBUTING.md) guide.