diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c45f7c6..2559d1f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: General inquiries - url: https://github.com/nginxinc/alpine-fips/discussions + url: https://github.com/nginx/alpine-fips/discussions about: Please use Discussions for all other questions. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 31f76a0..8f5da52 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,7 +7,7 @@ that issue here in this description (not in the title of the PR). Before creating a PR, run through this checklist and mark each as complete. -- [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/alpine-fips/blob/main/CONTRIBUTING.md) guide +- [ ] I have read the [CONTRIBUTING](https://github.com/nginx/alpine-fips/blob/main/CONTRIBUTING.md) guide - [ ] I have proven my fix is effective or that my feature works - [ ] I have checked that all unit tests pass after adding my changes - [ ] I have ensured the README is up to date diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce77942..bcc4fa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1 with: images: | - name=ghcr.io/nginxinc/alpine-fips + name=ghcr.io/nginx/alpine-fips tags: | type=edge type=ref,event=pr,suffix=-alpine${{ matrix.image }} @@ -83,7 +83,7 @@ jobs: continue-on-error: true id: scan with: - image: ghcr.io/nginxinc/alpine-fips:${{ steps.meta.outputs.version }} + image: ghcr.io/nginx/alpine-fips:${{ steps.meta.outputs.version }} only-fixed: true add-cpes-if-none: true diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index ae134d7..a965a6a 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -24,4 +24,4 @@ jobs: - name: Dependency Review uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0 with: - config-file: "nginxinc/k8s-common/dependency-review-config.yml@main" + config-file: "nginx/k8s-common/dependency-review-config.yml@main" diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 443756d..7d9e31d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -17,7 +17,7 @@ jobs: sparse-checkout: | labeler.yml sparse-checkout-cone-mode: false - repository: nginxinc/k8s-common + repository: nginx/k8s-common - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 with: diff --git a/CODEOWNERS b/CODEOWNERS index 77ed024..47d9e59 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @nginxinc/integrations +* @nginx/integrations diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c992c77..dfe52c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ are considering contributing! ## Ask a Question -To ask a question please use [Github Discussions](https://github.com/nginxinc/alpine-fips/discussions). +To ask a question please use [Github Discussions](https://github.com/nginx/alpine-fips/discussions). You can also join our [Community Slack](https://community.nginx.org/joinslack) which has a wider NGINX audience. diff --git a/README.md b/README.md index f50aac0..c1b0754 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![OpenSSFScorecard](https://api.securityscorecards.dev/projects/github.com/nginxinc/alpine-fips/badge)](https://scorecard.dev/viewer/?uri=github.com/nginxinc/alpine-fips) -[![CI](https://github.com/nginxinc/alpine-fips/actions/workflows/ci.yml/badge.svg)](https://github.com/nginxinc/alpine-fips/actions/workflows/ci.yml) -[![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) +[![OpenSSFScorecard](https://api.securityscorecards.dev/projects/github.com/nginx/alpine-fips/badge)](https://scorecard.dev/viewer/?uri=github.com/nginx/alpine-fips) +[![CI](https://github.com/nginx/alpine-fips/actions/workflows/ci.yml/badge.svg)](https://github.com/nginx/alpine-fips/actions/workflows/ci.yml) +[![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) [![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) # Alpine Linux with FIPS OpenSSL module @@ -21,4 +21,4 @@ docker build -t alpine-fips . ## Docker image -A Docker image built from this source code is available on [GitHub Container Registry](https://github.com/nginxinc/alpine-fips/pkgs/container/alpine-fips). +A Docker image built from this source code is available on [GitHub Container Registry](https://github.com/nginx/alpine-fips/pkgs/container/alpine-fips). diff --git a/renovate.json b/renovate.json index 8bf65f9..891b586 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>nginxinc/k8s-common", + "github>nginx/k8s-common", "schedule:earlyMondays" ] }