{"id":21359369,"url":"https://github.com/trendmicro/tm-v1-containersecurity","last_synced_at":"2025-07-31T03:33:47.972Z","repository":{"id":201176577,"uuid":"689849860","full_name":"trendmicro/tm-v1-containersecurity","owner":"trendmicro","description":"Trend Vision One Container Security Samples and Examples","archived":false,"fork":false,"pushed_at":"2023-11-03T20:54:54.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-22T18:51:43.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trendmicro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-11T03:19:13.000Z","updated_at":"2024-02-05T14:30:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"b98a6621-67bb-4331-80ac-7eee4f03c18a","html_url":"https://github.com/trendmicro/tm-v1-containersecurity","commit_stats":null,"previous_names":["trendmicro/tm-v1-containersecurity"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trendmicro%2Ftm-v1-containersecurity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trendmicro%2Ftm-v1-containersecurity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trendmicro%2Ftm-v1-containersecurity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trendmicro%2Ftm-v1-containersecurity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trendmicro","download_url":"https://codeload.github.com/trendmicro/tm-v1-containersecurity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835018,"owners_count":20355536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T05:27:58.696Z","updated_at":"2025-03-16T06:25:45.337Z","avatar_url":"https://github.com/trendmicro.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\n\nThis is an Open Source community project. Project contributors may be able to help, depending on their time and availability. Please be specific about what you're trying to do, your system, and steps to reproduce your scenario when opening a GitHub issue.\n\nFor bug reports, please [open an issue](https://github.com/trendmicro/tm-v1-containersecurity/issues/new)\n\n\u003e Note: Official support from Trend Micro is not available. Individual contributors may be Trend Micro employees but are not official support.\n\n## For Contributors\n\nWe :heart: contributions from the community. To submit changes, please review the following information.\n\n### Contributor Guidelines\n\nSome tips before you start contributing to this project:\n\n- The folder structure convention for this repo is '`/product-name/activity-name/{cloud-provider}-{language or framework}-your-script-foldername`'.\n\n\u003e For example, `/Integration/aws-cdk-workload-iam-stack`\n\n**Note:** The `{cloud-provider}` is mandatory for the cases that it's applied, such as `aws-cdk-workload-iam-stack`. For others cases is not necessary, but use your best judgement before submit the PR.\n\n- Recommended to create a README for your folder to make it easier for the community to make use of your script.\n- Writing separate test scripts in the `/tests` folder or having a built-in `dry-run` mode in the script to ensure everyone can test your script in their environment is much appreciated :)\n- Images and other assets are a welcome addition to your scripts to help everyone run tests / look at examples. Ensure they are stored in relevant folders beside your script, like `/img`, `/assets`, `/examples`, `/tests`. :warning: Avoid including logs with your submission unless it is used as an example. In that case, examples can be included in an `/examples` folder.\n- Using language-specific linters is super beneficial for easier code reviews.\n- For Python scripts, please consider submitting a `requirements.txt` file within your script folder for easier deployment. You can generate a requirements.txt file using the following command\n\n``` bash\n# Install and run in current directory\n\n#  For Python 3:\npip3 install pipreqs\npython3 -m  pipreqs.pipreqs .\n\n#  For Python 2:\npip install pipreqs\npython -m  pipreqs.pipreqs .\n\n# To check your python version:\npython --version\n```\n\n### Contribute\n\n1.  Fork this repository.\n2.  Create a new feature branch, preferably from the `main` branch.\n3.  Commit your code with a message that is structured according to the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.\n4.  Make your changes.\n5.  Submit a pull request with an explanation for your changes or additions.\n\nWe will review and work with you to release the changes.\n\n### Code of Conduct\n\nTrend Micro has adopted a [Code of Conduct](CODE_OF_CONDUCT.md) that we expect project participants to adhere to. Please read the [full text](CODE_OF_CONDUCT.md) to understand what actions will and will not be tolerated.\n\n## Community\n\n### Status \u0026 bugs\n\nCurrently Trend Vision One GitHub is under heavy development. If you wish to report bugs or request new features, you can use the [Github issues module](https://github.com/trendmicro/tm-v1-containersecurity/issues).\n\n### Discussion\n\nIf you need support or you wish to engage a discussion about the Trend Vision One platform, feel free to join us on our [Forums](https://success.trendmicro.com/forum/s/topic/0TO4T000000LH90WAG/trend-micro-vision-one).\n\n### Support\n\nSupports will be provided through the community. As this is an OSS project but not a formal Trend Micro product, formal product support is not applied.\n\n## About\n\n### Authors\n\nTrend Vision One is a product designed and developed by the company [Trend Micro](https://www.trendmicro.com).\n\n\u003ca href=\"https://www.trendmicro.com\" alt=\"Trend Micro\"\u003e\u003cimg src=\"https://www.trendmicro.com/content/dam/trendmicro/global/en/core/images/logos/tm-logo-red-white-t.svg\" width=\"230\" /\u003e\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrendmicro%2Ftm-v1-containersecurity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrendmicro%2Ftm-v1-containersecurity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrendmicro%2Ftm-v1-containersecurity/lists"}