Skip to content

Commit 603a0f6

Browse files
alessfgsdutta9
andauthored
style: Reorg repo structure and add CODEOWNERS (#19)
Co-authored-by: Shouvik Dutta <shouvik.dutta96@gmail.com>
1 parent 6dde4e8 commit 603a0f6

File tree

119 files changed

+65
-47
lines changed

Some content is hidden

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

119 files changed

+65
-47
lines changed

.github/CODEOWNERS

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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 @chrisakker @sdutta9
15+
* @nginx/demos

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 14 deletions
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

Lines changed: 0 additions & 3 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions

README.md

Lines changed: 37 additions & 12 deletions

SUPPORT.md

Lines changed: 0 additions & 4 deletions

nginx-basics/appworld/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

nginx-one/appworld/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

nginx-workshops/README.md

Lines changed: 8 additions & 0 deletions
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)