-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
754 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM alpine:3.20.0 | ||
FROM alpine:3.21.2 | ||
|
||
RUN addgroup -S ory; \ | ||
adduser -S ory -G ory -D -H -s /bin/nologin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @aeneasr | ||
* @aeneasr @ory/product-development |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,35 @@ | ||
# AUTO-GENERATED, DO NOT EDIT! | ||
# Please edit the original at https://github.com/ory/meta/blob/master/templates/repository/common/.github/workflows/licenses.yml | ||
|
||
name: Licenses | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
- v3 | ||
- master | ||
|
||
jobs: | ||
check: | ||
licenses: | ||
name: License compliance | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-go@v2 | ||
- name: Install script | ||
uses: ory/ci/licenses/setup@master | ||
with: | ||
go-version: "1.22" | ||
- uses: actions/setup-node@v2 | ||
token: ${{ secrets.ORY_BOT_PAT || secrets.GITHUB_TOKEN }} | ||
- name: Check licenses | ||
uses: ory/ci/licenses/check@master | ||
- name: Write, commit, push licenses | ||
uses: ory/ci/licenses/write@master | ||
if: | ||
${{ github.ref == 'refs/heads/main' || github.ref == | ||
'refs/heads/master' || github.ref == 'refs/heads/v3' }} | ||
with: | ||
node-version: "18" | ||
- run: make licenses | ||
author-email: | ||
${{ secrets.ORY_BOT_PAT && | ||
'[email protected]' || | ||
format('{0}@users.noreply.github.com', github.actor) }} | ||
author-name: ${{ secrets.ORY_BOT_PAT && 'ory-bot' || github.actor }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
version: 2 | ||
|
||
includes: | ||
- from_url: | ||
url: https://raw.githubusercontent.com/ory/xgoreleaser/master/build.tmpl.yml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.