Skip to content

Commit e15d2cd

Browse files
authored
Update from nginxinc to nginx (#178)
1 parent db6faca commit e15d2cd

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: General inquiries
4-
url: https://github.com/nginxinc/alpine-fips/discussions
4+
url: https://github.com/nginx/alpine-fips/discussions
55
about: Please use Discussions for all other questions.

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ that issue here in this description (not in the title of the PR).
77

88
Before creating a PR, run through this checklist and mark each as complete.
99

10-
- [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/alpine-fips/blob/main/CONTRIBUTING.md) guide
10+
- [ ] I have read the [CONTRIBUTING](https://github.com/nginx/alpine-fips/blob/main/CONTRIBUTING.md) guide
1111
- [ ] I have proven my fix is effective or that my feature works
1212
- [ ] I have checked that all unit tests pass after adding my changes
1313
- [ ] I have ensured the README is up to date

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
4848
with:
4949
images: |
50-
name=ghcr.io/nginxinc/alpine-fips
50+
name=ghcr.io/nginx/alpine-fips
5151
tags: |
5252
type=edge
5353
type=ref,event=pr,suffix=-alpine${{ matrix.image }}
@@ -83,7 +83,7 @@ jobs:
8383
continue-on-error: true
8484
id: scan
8585
with:
86-
image: ghcr.io/nginxinc/alpine-fips:${{ steps.meta.outputs.version }}
86+
image: ghcr.io/nginx/alpine-fips:${{ steps.meta.outputs.version }}
8787
only-fixed: true
8888
add-cpes-if-none: true
8989

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Dependency Review
2525
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
2626
with:
27-
config-file: "nginxinc/k8s-common/dependency-review-config.yml@main"
27+
config-file: "nginx/k8s-common/dependency-review-config.yml@main"

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
sparse-checkout: |
1818
labeler.yml
1919
sparse-checkout-cone-mode: false
20-
repository: nginxinc/k8s-common
20+
repository: nginx/k8s-common
2121

2222
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
2323
with:

CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @nginxinc/integrations
1+
* @nginx/integrations

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ are considering contributing!
2525

2626
## Ask a Question
2727

28-
To ask a question please use [Github Discussions](https://github.com/nginxinc/alpine-fips/discussions).
28+
To ask a question please use [Github Discussions](https://github.com/nginx/alpine-fips/discussions).
2929

3030
You can also join our [Community Slack](https://community.nginx.org/joinslack) which has a wider NGINX audience.
3131

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- markdownlint-disable-next-line first-line-h1 -->
2-
[![OpenSSFScorecard](https://api.securityscorecards.dev/projects/github.com/nginxinc/alpine-fips/badge)](https://scorecard.dev/viewer/?uri=github.com/nginxinc/alpine-fips)
3-
[![CI](https://github.com/nginxinc/alpine-fips/actions/workflows/ci.yml/badge.svg)](https://github.com/nginxinc/alpine-fips/actions/workflows/ci.yml)
4-
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B5618%2Fgithub.com%2Fnginxinc%2Falpine-fips.svg?type=shield)](https://app.fossa.com/projects/custom%2B5618%2Fgithub.com%2Fnginxinc%2Falpine-fips?ref=badge_shield)
2+
[![OpenSSFScorecard](https://api.securityscorecards.dev/projects/github.com/nginx/alpine-fips/badge)](https://scorecard.dev/viewer/?uri=github.com/nginx/alpine-fips)
3+
[![CI](https://github.com/nginx/alpine-fips/actions/workflows/ci.yml/badge.svg)](https://github.com/nginx/alpine-fips/actions/workflows/ci.yml)
4+
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B5618%2Fgithub.com%2Fnginx%2Falpine-fips.svg?type=shield)](https://app.fossa.com/projects/custom%2B5618%2Fgithub.com%2Fnginx%2Falpine-fips?ref=badge_shield)
55
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
66

77
# Alpine Linux with FIPS OpenSSL module
@@ -21,4 +21,4 @@ docker build -t alpine-fips .
2121

2222
## Docker image
2323

24-
A Docker image built from this source code is available on [GitHub Container Registry](https://github.com/nginxinc/alpine-fips/pkgs/container/alpine-fips).
24+
A Docker image built from this source code is available on [GitHub Container Registry](https://github.com/nginx/alpine-fips/pkgs/container/alpine-fips).

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"github>nginxinc/k8s-common",
4+
"github>nginx/k8s-common",
55
"schedule:earlyMondays"
66
]
77
}

0 commit comments

Comments
 (0)