diff --git a/techstack.md b/techstack.md new file mode 100644 index 0000000..4b240c9 --- /dev/null +++ b/techstack.md @@ -0,0 +1,99 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [Clivern/Bucket](https://github.com/Clivern/Bucket)![](https://img.stackshare.io/public_badge.svg "public") +

+|6
Tools used|02/29/24
Report generated| +|------|------| +
+ +## Languages (1) + + + + +
+ Java +
+ Java +
+ +
+ +## DevOps (4) + + + + + + + + + + +
+ Git +
+ Git +
+ +
+ GitHub Actions +
+ GitHub Actions +
+ +
+ Gradle +
+ Gradle +
+ +
+ Travis CI +
+ Travis CI +
+ +
+ + +## Open source packages (1) + +## Apache Maven (1) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[junit:junit](http://junit.org)|N/A|10/19/21|renovate[bot] |EPL-1.0|N/A| + +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file) diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 0000000..51386b8 --- /dev/null +++ b/techstack.yml @@ -0,0 +1,81 @@ +repo_name: Clivern/Bucket +report_id: e1517060d0ba923202d2d6ee71b37c65 +version: 0.1 +repo_type: Public +timestamp: '2024-02-29T19:08:32+00:00' +requested_by: renovate[bot] +provider: github +branch: main +detected_tools_count: 6 +tools: +- name: Java + description: A concurrent, class-based, object-oriented, language specifically designed + to have as few implementation dependencies as possible + website_url: https://www.java.com + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/995/K85ZWV2F.png + detection_source_url: https://github.com/Clivern/Bucket + detection_source: Repo Metadata +- name: Git + description: Fast, scalable, distributed revision control system + website_url: http://git-scm.com/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Version Control System + image_url: https://img.stackshare.io/service/1046/git.png + detection_source_url: https://github.com/Clivern/Bucket + detection_source: Repo Metadata +- name: GitHub Actions + description: Automate your workflow from idea to production + website_url: https://github.com/features/actions + open_source: false + hosted_saas: true + category: Build, Test, Deploy + sub_category: Continuous Integration + image_url: https://img.stackshare.io/service/11563/actions.png + detection_source_url: https://github.com/Clivern/Bucket/blob/main/.github/workflows/ci.yml + detection_source: ".github/workflows/ci.yml" + last_updated_by: Clivern + last_updated_on: 2021-04-05 17:07:53.000000000 Z +- name: Gradle + description: A powerful build system for the JVM + website_url: https://www.gradle.org/ + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Java Build Tools + image_url: https://img.stackshare.io/service/975/gradlephant-social-black-bg.png + detection_source_url: https://github.com/Clivern/Bucket/blob/main/build.gradle + detection_source: build.gradle + last_updated_by: renovate[bot] + last_updated_on: 2021-10-19 07:55:33.000000000 Z +- name: Travis CI + description: A hosted continuous integration service for open source and private + projects + website_url: http://travis-ci.com/ + open_source: false + hosted_saas: true + category: Build, Test, Deploy + sub_category: Continuous Integration + image_url: https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png + detection_source_url: https://github.com/Clivern/Bucket/blob/main/.travis.yml + detection_source: ".travis.yml" + last_updated_by: Clivern + last_updated_on: 2021-04-05 17:07:53.000000000 Z +- name: junit:junit + description: JUnit is a unit testing framework for Java + license: EPL-1.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/Clivern/Bucket/blob/main/build.gradle + detection_source: build.gradle + last_updated_by: renovate[bot] + last_updated_on: 2021-10-19 07:54:51.000000000 Z