forked from ory/kratos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update ory-prettier-styles (ory#2749)
- Loading branch information
Showing
73 changed files
with
2,197 additions
and
2,174 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,8 +1,8 @@ | ||
name: 'CodeQL config' | ||
name: "CodeQL config" | ||
|
||
queries: | ||
- uses: security-and-quality | ||
|
||
paths-ignore: | ||
- '/test/' | ||
- '/internal/testhelpers' | ||
- "/test/" | ||
- "/internal/testhelpers" |
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,3 @@ | ||
todo: | ||
keyword: '@todo' | ||
keyword: "@todo" | ||
label: todo |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
branches: | ||
- master | ||
tags: | ||
- '*' | ||
- "*" | ||
pull_request: | ||
|
||
# Cancel in-progress runs in current workflow. | ||
|
@@ -42,14 +42,14 @@ jobs: | |
ports: | ||
- 3306:3306 | ||
env: | ||
TEST_MAILHOG_SMTP: 'smtp://test:[email protected]:1025/?disable_starttls=true' | ||
TEST_MAILHOG_SMTP: "smtp://test:[email protected]:1025/?disable_starttls=true" | ||
TEST_MAILHOG_API: http://127.0.0.1:8025 | ||
TEST_SELFSERVICE_OIDC_HYDRA_ADMIN: http://localhost:4445 | ||
TEST_SELFSERVICE_OIDC_HYDRA_PUBLIC: http://localhost:4444 | ||
TEST_SELFSERVICE_OIDC_HYDRA_INTEGRATION_ADDR: http://127.0.0.1:4499 | ||
TEST_DATABASE_POSTGRESQL: 'postgres://test:test@localhost:5432/postgres?sslmode=disable' | ||
TEST_DATABASE_MYSQL: 'mysql://root:test@(localhost:3306)/mysql?parseTime=true&multiStatements=true' | ||
TEST_DATABASE_COCKROACHDB: 'cockroach://root@localhost:26257/defaultdb?sslmode=disable' | ||
TEST_DATABASE_POSTGRESQL: "postgres://test:test@localhost:5432/postgres?sslmode=disable" | ||
TEST_DATABASE_MYSQL: "mysql://root:test@(localhost:3306)/mysql?parseTime=true&multiStatements=true" | ||
TEST_DATABASE_COCKROACHDB: "cockroach://root@localhost:26257/defaultdb?sslmode=disable" | ||
steps: | ||
- run: | | ||
docker create --name cockroach -p 26257:26257 \ | ||
|
@@ -77,7 +77,7 @@ jobs: | |
fetch-depth: 2 | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: '~1.18' | ||
go-version: "~1.18" | ||
- run: go list -json > go.list | ||
- name: Run nancy | ||
uses: sonatype-nexus-community/[email protected] | ||
|
@@ -133,12 +133,12 @@ jobs: | |
- 4437:4437 | ||
- 1025:1025 | ||
env: | ||
TEST_DATABASE_POSTGRESQL: 'postgres://test:test@localhost:5432/postgres?sslmode=disable' | ||
TEST_DATABASE_MYSQL: 'mysql://root:test@(localhost:3306)/mysql?parseTime=true&multiStatements=true' | ||
TEST_DATABASE_COCKROACHDB: 'cockroach://root@localhost:26257/defaultdb?sslmode=disable' | ||
TEST_DATABASE_POSTGRESQL: "postgres://test:test@localhost:5432/postgres?sslmode=disable" | ||
TEST_DATABASE_MYSQL: "mysql://root:test@(localhost:3306)/mysql?parseTime=true&multiStatements=true" | ||
TEST_DATABASE_COCKROACHDB: "cockroach://root@localhost:26257/defaultdb?sslmode=disable" | ||
strategy: | ||
matrix: | ||
database: ['postgres', 'cockroach', 'sqlite', 'mysql'] | ||
database: ["postgres", "cockroach", "sqlite", "mysql"] | ||
steps: | ||
- run: | | ||
docker create --name cockroach -p 26257:26257 \ | ||
|
@@ -162,7 +162,7 @@ jobs: | |
- name: Setup Go | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: '~1.18' | ||
go-version: "~1.18" | ||
- name: Install selfservice-ui-react-native | ||
uses: actions/checkout@v2 | ||
with: | ||
|
@@ -202,7 +202,7 @@ jobs: | |
- uses: ory/ci/docs/cli-next@master | ||
with: | ||
token: ${{ secrets.ORY_BOT_PAT }} | ||
arg: '.' | ||
arg: "." | ||
output-dir: docs/kratos | ||
|
||
changelog: | ||
|
@@ -230,7 +230,7 @@ jobs: | |
- uses: ory/ci/sdk/release@master | ||
with: | ||
token: ${{ secrets.ORY_BOT_PAT }} | ||
swag-spec-location: 'spec/api.json' | ||
swag-spec-location: "spec/api.json" | ||
|
||
release: | ||
name: Generate release | ||
|
@@ -273,7 +273,7 @@ jobs: | |
mailchimp_list_id: f605a41b53 | ||
mailchmip_segment_id: 6479477 | ||
mailchimp_api_key: ${{ secrets.MAILCHIMP_API_KEY }} | ||
draft: 'true' | ||
draft: "true" | ||
ssh_key: ${{ secrets.ORY_BOT_SSH_KEY }} | ||
|
||
slack-approval-notification: | ||
|
@@ -300,5 +300,5 @@ jobs: | |
mailchimp_list_id: f605a41b53 | ||
mailchmip_segment_id: 6479477 | ||
mailchimp_api_key: ${{ secrets.MAILCHIMP_API_KEY }} | ||
draft: 'false' | ||
draft: "false" | ||
ssh_key: ${{ secrets.ORY_BOT_SSH_KEY }} |
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
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 |
---|---|---|
|
@@ -2,12 +2,12 @@ name: Docker Image Scanners | |
on: | ||
push: | ||
branches: | ||
- 'master' | ||
- "master" | ||
tags: | ||
- 'v*.*.*' | ||
- "v*.*.*" | ||
pull_request: | ||
branches: | ||
- 'master' | ||
- "master" | ||
|
||
jobs: | ||
scanners: | ||
|
@@ -50,11 +50,11 @@ jobs: | |
if: ${{ always() }} | ||
with: | ||
image-ref: oryd/kratos:${{ steps.vars.outputs.sha_short }} | ||
format: 'table' | ||
exit-code: '42' | ||
format: "table" | ||
exit-code: "42" | ||
ignore-unfixed: true | ||
vuln-type: 'os,library' | ||
severity: 'CRITICAL,HIGH' | ||
vuln-type: "os,library" | ||
severity: "CRITICAL,HIGH" | ||
- name: Dockle Linter | ||
uses: erzz/[email protected] | ||
if: ${{ always() }} | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Generate and Publish Milestone Document | |
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
- cron: "0 0 * * *" | ||
|
||
jobs: | ||
milestone: | ||
|
@@ -23,8 +23,8 @@ jobs: | |
- name: Commit Milestone Documentation | ||
uses: EndBug/[email protected] | ||
with: | ||
message: 'autogen(docs): update milestone document' | ||
message: "autogen(docs): update milestone document" | ||
author_name: aeneasr | ||
author_email: '[email protected]' | ||
author_email: "[email protected]" | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.TOKEN_PRIVILEGED }} |
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,2 @@ | ||
.schema/ | ||
.github/ISSUE_TEMPLATE |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.