From e89feecd8493b8aa9971977844a0cc94e5f09587 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 21 Dec 2023 15:21:50 +0000 Subject: [PATCH 1/6] Create techstack.yml --- techstack.yml | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 techstack.yml diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 0000000..d062225 --- /dev/null +++ b/techstack.yml @@ -0,0 +1,87 @@ +repo_name: Clivern/pushover-actions +report_id: f169001804910241bc23fb7f8d746df9 +version: 0.1 +repo_type: Public +timestamp: '2023-12-21T15:21:47+00:00' +requested_by: renovate[bot] +provider: github +branch: master +detected_tools_count: 7 +tools: +- name: Golang + description: An open source programming language that makes it easy to build simple, + reliable, and efficient software + website_url: http://golang.org/ + license: BSD-3-Clause + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/1005/O6AczwfV_400x400.png + detection_source: Repo Metadata +- name: Docker + description: Enterprise Container Platform for High-Velocity Innovation. + website_url: https://www.docker.com/ + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Virtual Machine Platforms & Containers + image_url: https://img.stackshare.io/service/586/n4u37v9t_400x400.png + 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: 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: ".github/workflows/pushover-actions.yml" + last_updated_by: renovate[bot] + last_updated_on: 2023-09-05 18:14:22.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: ".travis.yml" + last_updated_by: Clivern + last_updated_on: 2020-03-25 21:20:30.000000000 Z +- name: Shell + description: A shell is a text-based terminal, used for manipulating programs and + files. Shell scripts typically manage program execution. + website_url: https://en.wikipedia.org/wiki/Shell_script + open_source: false + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png + detection_source: Repo Metadata +- name: logrus + description: Structured, pluggable logging for Go + package_url: https://pkg.go.dev/github.com/sirupsen/logrus + version: 1.5.0 + license: MIT + open_source: true + hosted_saas: false + category: Libraries + sub_category: Go Modules Packages + image_url: https://img.stackshare.io/package/go-packages/image.png + detection_source_url: https://github.com/Clivern/pushover-actions/blob/master/go.sum + detection_source: go.mod + last_updated_by: renovate[bot] + last_updated_on: 2022-07-19 20:34:06.000000000 Z From 732886635f3ad51bc6f6b57d66c0f866e5963721 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 21 Dec 2023 15:21:50 +0000 Subject: [PATCH 2/6] Create techstack.md --- techstack.md | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 techstack.md diff --git a/techstack.md b/techstack.md new file mode 100644 index 0000000..b0530e8 --- /dev/null +++ b/techstack.md @@ -0,0 +1,114 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [Clivern/pushover-actions](https://github.com/Clivern/pushover-actions)![](https://img.stackshare.io/public_badge.svg "public") +

+|7
Tools used|12/21/23
Report generated| +|------|------| +
+ +## Languages (1) + + + + +
+ Golang +
+ Golang +
+ +
+ +## DevOps (4) + + + + + + + + + + +
+ Docker +
+ Docker +
+ +
+ Git +
+ Git +
+ +
+ GitHub Actions +
+ GitHub Actions +
+ +
+ Travis CI +
+ Travis CI +
+ +
+ +## Other (1) + + + + +
+ Shell +
+ Shell +
+ +
+ + +## Open source packages (1) + +## Go Packages (1) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[logrus](https://pkg.go.dev/github.com/sirupsen/logrus)|v1.5.0|07/19/22|renovate[bot] |MIT|N/A| + +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file) From 0a30eabd2e9905c755456ef4df050b56a0649965 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:29:31 +0000 Subject: [PATCH 3/6] Update techstack.yml --- techstack.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index d062225..dae320f 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: Clivern/pushover-actions report_id: f169001804910241bc23fb7f8d746df9 version: 0.1 repo_type: Public -timestamp: '2023-12-21T15:21:47+00:00' +timestamp: '2024-01-05T08:18:14+00:00' requested_by: renovate[bot] provider: github branch: master @@ -18,6 +18,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/1005/O6AczwfV_400x400.png + detection_source_url: https://github.com/Clivern/pushover-actions detection_source: Repo Metadata - name: Docker description: Enterprise Container Platform for High-Velocity Innovation. @@ -28,6 +29,7 @@ tools: category: Build, Test, Deploy sub_category: Virtual Machine Platforms & Containers image_url: https://img.stackshare.io/service/586/n4u37v9t_400x400.png + detection_source_url: https://github.com/Clivern/pushover-actions detection_source: Repo Metadata - name: Git description: Fast, scalable, distributed revision control system @@ -37,6 +39,7 @@ tools: 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/pushover-actions detection_source: Repo Metadata - name: GitHub Actions description: Automate your workflow from idea to production @@ -46,6 +49,7 @@ tools: 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/pushover-actions/blob/master/.github/workflows/pushover-actions.yml detection_source: ".github/workflows/pushover-actions.yml" last_updated_by: renovate[bot] last_updated_on: 2023-09-05 18:14:22.000000000 Z @@ -58,6 +62,7 @@ tools: 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/pushover-actions/blob/master/.travis.yml detection_source: ".travis.yml" last_updated_by: Clivern last_updated_on: 2020-03-25 21:20:30.000000000 Z @@ -70,6 +75,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png + detection_source_url: https://github.com/Clivern/pushover-actions detection_source: Repo Metadata - name: logrus description: Structured, pluggable logging for Go From 0ad0fc352bb60fb5062d26c3036bcb3a26572bd1 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:29:32 +0000 Subject: [PATCH 4/6] Update techstack.md --- techstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.md b/techstack.md index b0530e8..d4172f6 100644 --- a/techstack.md +++ b/techstack.md @@ -32,7 +32,7 @@ Full tech stack [here](/techstack.md) # Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [Clivern/pushover-actions](https://github.com/Clivern/pushover-actions)![](https://img.stackshare.io/public_badge.svg "public")

-|7
Tools used|12/21/23
Report generated| +|7
Tools used|01/05/24
Report generated| |------|------|
From e3652f645f8c6b661679bc4d9ffa371220f543d9 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:27:31 +0000 Subject: [PATCH 5/6] Update techstack.yml --- techstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index dae320f..6afde22 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: Clivern/pushover-actions report_id: f169001804910241bc23fb7f8d746df9 version: 0.1 repo_type: Public -timestamp: '2024-01-05T08:18:14+00:00' +timestamp: '2024-02-29T19:08:43+00:00' requested_by: renovate[bot] provider: github branch: master From 14673cc5013fe1ebdfb9add4a880ba8c7609e764 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:27:32 +0000 Subject: [PATCH 6/6] Update techstack.md --- techstack.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/techstack.md b/techstack.md index d4172f6..d522b2b 100644 --- a/techstack.md +++ b/techstack.md @@ -4,10 +4,10 @@ Clivern/pushover-actions is built on the following main stack: - [Golang](http://golang.org/) – Languages -- [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells +- [Docker](https://www.docker.com/) – Virtual Machine Platforms & Containers - [GitHub Actions](https://github.com/features/actions) – Continuous Integration - [Travis CI](http://travis-ci.com/) – Continuous Integration -- [Docker](https://www.docker.com/) – Virtual Machine Platforms & Containers +- [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells Full tech stack [here](/techstack.md) @@ -18,10 +18,10 @@ Full tech stack [here](/techstack.md) Clivern/pushover-actions is built on the following main stack: - Golang [Golang](http://golang.org/) – Languages -- Shell [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells +- Docker [Docker](https://www.docker.com/) – Virtual Machine Platforms & Containers - GitHub Actions [GitHub Actions](https://github.com/features/actions) – Continuous Integration - Travis CI [Travis CI](http://travis-ci.com/) – Continuous Integration -- Docker [Docker](https://www.docker.com/) – Virtual Machine Platforms & Containers +- Shell [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells Full tech stack [here](/techstack.md) @@ -32,7 +32,7 @@ Full tech stack [here](/techstack.md) # Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [Clivern/pushover-actions](https://github.com/Clivern/pushover-actions)![](https://img.stackshare.io/public_badge.svg "public")

-|7
Tools used|01/05/24
Report generated| +|7
Tools used|02/29/24
Report generated| |------|------|