From 327ed3fde0771c377108890fc8bf81505bfab67c Mon Sep 17 00:00:00 2001 From: "owasp-nest[bot]" <204073339+owasp-nest[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 02:06:13 +0000 Subject: [PATCH] Add OWASP Algiers metadata Generated on 2025-10-16 by Arkadii Yakovets as part of the OWASP Schema initiative within OWASP Nest. Repository: `OWASP/www-chapter-algiers` Co-authored-by: Arkadii Yakovets --- .github/dependabot.yml | 7 +++++ .../workflows/validate-owasp-metadata.yaml | 27 +++++++++++++++++ chapter.owasp.yaml | 30 +++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 .github/dependabot.yml create mode 100644 .github/workflows/validate-owasp-metadata.yaml create mode 100644 chapter.owasp.yaml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8f35efd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + time: '00:45' diff --git a/.github/workflows/validate-owasp-metadata.yaml b/.github/workflows/validate-owasp-metadata.yaml new file mode 100644 index 0000000..893fc21 --- /dev/null +++ b/.github/workflows/validate-owasp-metadata.yaml @@ -0,0 +1,27 @@ +name: Validate OWASP entity metadata + +on: + pull_request: + paths: + - '*.owasp.yaml' + push: + paths: + - '*.owasp.yaml' + +permissions: + contents: read + +concurrency: + cancel-in-progress: true + group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }} + +jobs: + validate-metadata: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v5 + + - name: Validate metadata file + uses: owasp/nest-schema/.github/actions/validate@7558419df3feab1810a7e40b55be355dcf584845 diff --git a/chapter.owasp.yaml b/chapter.owasp.yaml new file mode 100644 index 0000000..215a745 --- /dev/null +++ b/chapter.owasp.yaml @@ -0,0 +1,30 @@ +community: + - name: chapter-algiers + platform: slack + url: https://owasp.slack.com/archives/C06JADE7TED + description: We are delighted to welcome you to the OWASP Algiers Chapter, your gateway to the world of application security and cybersecurity in Algeria. +leaders: + - name: Taher Amine ELHOUARI + email: Taher.AmineElhouari@owasp.org + github: MrTaherAmine + - name: Hichem BELGUENDOUZ + email: hichem.belguendouz@owasp.org + github: hvb-xx7 +location: + country: Algeria + country_code: DZ + region: Algiers Province + city: Algiers + latitude: 36.7729309 + longitude: 3.0588291 +meetup_group: owasp-algiers-chapter +name: OWASP Algiers +repositories: + - name: www-chapter-algiers + url: https://github.com/OWASP/www-chapter-algiers + description: OWASP Algiers Chapter Repository +tags: + - algiers-tag + - custom-tag-1 + - custom-tag-2 +website: https://owasp.org/www-chapter-algiers