Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into feature/OP-2105/dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag authored Nov 6, 2023
2 parents 2342fd8 + 1f94b03 commit 3060431
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @platform/platform
* @RiskIdent/platform
3 changes: 1 addition & 2 deletions .github/workflows/eclint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:

jobs:
eclint:
runs-on:
group: ephemeral_runners
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ on:

jobs:
markdownlint:
uses: platform/reusable-workflows/.github/workflows/markdownlint.yml@main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
fail_on_error: true
3 changes: 1 addition & 2 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ on:

jobs:
yamllint:
runs-on:
group: ephemeral_runners
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal Jira. We expose `ri-forward-webhook`, and with the additional
webhook signature validation we can feel safe on not letting bad actors
sending arbitrary requests to our precious Jira.

In addition, in the [iac repo](https://github.2rioffice.com/platform/iac),
In addition, in our infrastructure as code repo,
we use [Cloudflare Tunnels](https://www.cloudflare.com/products/tunnel/)
to expose `ri-forward-webhook`, so that nothing else in our Kubernetes cluster
is accidentally exposed to the Internet.
Expand Down Expand Up @@ -66,5 +66,5 @@ go run .
## Building

```bash
podman build . -t docker-riskident.2rioffice.com/platform/ri-forward-webhook
podman build . -t ghcr.io/riskident/ri-forward-webhook
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.2rioffice.com/platform/ri-forward-webhook
module github.com/RiskIdent/ri-forward-webhook

go 1.21.1

Expand Down

0 comments on commit 3060431

Please sign in to comment.