File tree 9 files changed +13
-13
lines changed
9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
2
contact_links :
3
3
- name : General inquiries
4
- url : https://github.com/nginxinc /alpine-fips/discussions
4
+ url : https://github.com/nginx /alpine-fips/discussions
5
5
about : Please use Discussions for all other questions.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ that issue here in this description (not in the title of the PR).
7
7
8
8
Before creating a PR, run through this checklist and mark each as complete.
9
9
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
11
11
- [ ] I have proven my fix is effective or that my feature works
12
12
- [ ] I have checked that all unit tests pass after adding my changes
13
13
- [ ] I have ensured the README is up to date
Original file line number Diff line number Diff line change 47
47
uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
48
48
with :
49
49
images : |
50
- name=ghcr.io/nginxinc /alpine-fips
50
+ name=ghcr.io/nginx /alpine-fips
51
51
tags : |
52
52
type=edge
53
53
type=ref,event=pr,suffix=-alpine${{ matrix.image }}
83
83
continue-on-error : true
84
84
id : scan
85
85
with :
86
- image : ghcr.io/nginxinc /alpine-fips:${{ steps.meta.outputs.version }}
86
+ image : ghcr.io/nginx /alpine-fips:${{ steps.meta.outputs.version }}
87
87
only-fixed : true
88
88
add-cpes-if-none : true
89
89
Original file line number Diff line number Diff line change 24
24
- name : Dependency Review
25
25
uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
26
26
with :
27
- config-file : " nginxinc /k8s-common/dependency-review-config.yml@main"
27
+ config-file : " nginx /k8s-common/dependency-review-config.yml@main"
Original file line number Diff line number Diff line change 17
17
sparse-checkout : |
18
18
labeler.yml
19
19
sparse-checkout-cone-mode : false
20
- repository : nginxinc /k8s-common
20
+ repository : nginx /k8s-common
21
21
22
22
- uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
23
23
with :
Original file line number Diff line number Diff line change 1
- * @ nginxinc /integrations
1
+ * @ nginx /integrations
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ are considering contributing!
25
25
26
26
## Ask a Question
27
27
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 ) .
29
29
30
30
You can also join our [ Community Slack] ( https://community.nginx.org/joinslack ) which has a wider NGINX audience.
31
31
Original file line number Diff line number Diff line change 1
1
<!-- 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 )
5
5
[ ![ 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 )
6
6
7
7
# Alpine Linux with FIPS OpenSSL module
@@ -21,4 +21,4 @@ docker build -t alpine-fips .
21
21
22
22
## Docker image
23
23
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 ) .
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
- " github>nginxinc /k8s-common" ,
4
+ " github>nginx /k8s-common" ,
5
5
" schedule:earlyMondays"
6
6
]
7
7
}
You can’t perform that action at this time.
0 commit comments