Skip to content

Commit 3ca900e

Browse files
committed
style: Reorg repo structure and add CODEOWNERS
1 parent 522c801 commit 3ca900e

File tree

118 files changed

+54
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+54
-41
lines changed

.github/CODEOWNERS

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
#####################
2-
# Main global owner #
3-
#####################
1+
###############
2+
# Demo owners #
3+
###############
44

5-
*
5+
nginx/advanced-healthchecks @fabriziofiorucci
6+
nginx/api-gateway @alessfg
7+
nginx/api-steering @fabriziofiorucci
8+
nginx/docker-image-builder @fabriziofiorucci
9+
nginx/multicloud-gateway @fabriziofiorucci
10+
nginx/soap-to-rest @fabriziofiorucci
11+
nginx-gateway-fabric/traffic-splitting @sjberman
12+
nginx-ingress-controller/ingress-deployment @DylenTurnbull
13+
nginx-instance-manager/docker-deployment @fabriziofiorucci
14+
nginx-workshops @apcurrier @sdutta9

.github/pull_request_template.md

+1

.github/workflows/ossf_scorecard.yml

+1-14
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,19 @@ on:
88
schedule:
99
- cron: "0 0 * * 1"
1010
push:
11-
branches: [main, master]
11+
branches: [main]
1212
workflow_dispatch:
1313
# Declare default permissions as read only.
1414
permissions: read-all
1515
jobs:
1616
analysis:
1717
name: Scorecard analysis
1818
runs-on: ubuntu-24.04
19-
# Delete the conditional below if you are using the OSSF Scorecard on a private repository.
20-
if: ${{ github.event.repository.private == false }}
2119
permissions:
2220
# Needed if using Code Scanning alerts.
2321
security-events: write
2422
# Needed for GitHub OIDC token if publish_results is true.
2523
id-token: write
26-
# Uncomment the permissions below if you are using the OSSF Scorecard on a private repository.
27-
# contents: read
28-
# actions: read
29-
# issues: read # To allow GraphQL ListCommits to work
30-
# pull-requests: read # To allow GraphQL ListCommits to work
31-
# checks: read # To detect SAST tools
3224
steps:
3325
- name: Check out the codebase
3426
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -40,12 +32,7 @@ jobs:
4032
with:
4133
results_file: results.sarif
4234
results_format: sarif
43-
# (Optional) fine-grained personal access token. Uncomment the `repo_token` line below if you want to enable the Branch-Protection or Webhooks check on a *private* repository.
44-
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-fine-grained-pat-optional.
45-
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
46-
4735
# Publish the results for public repositories to enable scorecard badges. For more details, see https://github.com/ossf/scorecard-action#publishing-results.
48-
# For private repositories, `publish_results` will automatically be set to `false`, regardless of the value entered here.
4936
publish_results: true
5037

5138
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF format to the repository Actions tab.

CHANGELOG.md

-3
This file was deleted.

CONTRIBUTING.md

+4-4

README.md

+35-12

SUPPORT.md

-4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)