Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Link Checker
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
with:
# Providing default parameters plus an exclude for Google Meet which produces a network error when checked
args: --verbose --no-progress './**/*.md' './**/*.html' --exclude https://meet.google.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Release
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
with:
files: |
score-v1b1.json
1 change: 1 addition & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://www.bamboohr.com/
10 changes: 5 additions & 5 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ The list of organizations that have publicly shared the usage of Score:

| Organization | Success Story |
|:------------------------------------|---------------|
| [BambooHR](https://www.bamboohr.com/) | Abstract complex and growing infrastructure while keeping software engineers focused on their strengths with the Score `spec` and the Humanitec Score implementation (`humctl`). |
| [Bechtle](https://www.bechtle.com/) | Empower both internal and external Developers to use the Score `spec` to define the containerized workloads and their dependencies, and deploy them to Bechtle's IDP via the Humanitec Score implementation (`humctl`). |
| [Cimpress](https://cimpress.com/) | Provide developers with a code-based, self-service interface to define dependencies for their workloads with the Score `spec`. Simplify the interactions with infrastructure by abstracting the underlying tooling and complexity, reducing cognitive load with the Humanitec Score implementation (`humctl`). |
| [Convera](https://convera.com/) | Enable Developers to choose their preferred level of abstractions for optimal developer self-service and productivity by using the Score `spec` for all their microservices, and deploy them via the Humanitec Score implementation (`humctl`). |
| [BambooHR](https://www.bamboohr.com) | Abstract complex and growing infrastructure while keeping software engineers focused on their strengths with the Score `spec` and the Humanitec Score implementation (`humctl`). |
| [Bechtle](https://www.bechtle.com) | Empower both internal and external Developers to use the Score `spec` to define the containerized workloads and their dependencies, and deploy them to Bechtle's IDP via the Humanitec Score implementation (`humctl`). |
| [Cimpress](https://cimpress.com) | Provide developers with a code-based, self-service interface to define dependencies for their workloads with the Score `spec`. Simplify the interactions with infrastructure by abstracting the underlying tooling and complexity, reducing cognitive load with the Humanitec Score implementation (`humctl`). |
| [Convera](https://convera.com) | Enable Developers to choose their preferred level of abstractions for optimal developer self-service and productivity by using the Score `spec` for all their microservices, and deploy them via the Humanitec Score implementation (`humctl`). |
| [Humanitec](https://humanitec.com) | Use the Score `spec` to define all the containerized workloads and their dependencies of the SaaS product. [`score-compose`](https://docs.score.dev/docs/score-implementation/score-compose/) is used to run integration tests locally and in the CI pipelines with Docker Compose. Score files are deployed via the Humanitec Score implementation (`humctl`). |
| [Mobicom](https://www.mobicom.mn/) | Enable Developers to innovate faster while abstracting operational consistency. Deploy to production now follows a seamless pipeline by using the Score `spec` for all their microservices, and the Humanitec Score implementation (`humctl`). |
| [Mobicom](https://www.mobicom.mn) | Enable Developers to innovate faster while abstracting operational consistency. Deploy to production now follows a seamless pipeline by using the Score `spec` for all their microservices, and the Humanitec Score implementation (`humctl`). |
<!-- append the line below to the table
| [name](URL) | brief description of how you are using Score |
-->
Loading