Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
time: '00:45'
27 changes: 27 additions & 0 deletions .github/workflows/validate-owasp-metadata.yaml
Original file line number Diff line number Diff line change
@@ -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@a733198b4a942eb12d3ee8629cd9e0d409b1b2b9
42 changes: 42 additions & 0 deletions project.owasp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
audience:
- builder
leaders:
- name: Timo Pagel
email: [email protected]
github: wurstbrot
- name: Aryan Prasad
email: [email protected]
level: 3
license:
- GPL-3.0
- MIT
name: OWASP Devsecops Maturity Model
pitch: Description for OWASP Devsecops Maturity Model
repositories:
- name: www-project-devsecops-maturity-model
url: https://github.com/OWASP/www-project-devsecops-maturity-model
description: OWASP Foundation Web Repository
- name: collector-confluence
url: https://github.com/devsecopsmaturitymodel/collector-confluence
description: Collector for metric Analyzer
- name: collector-github
url: https://github.com/devsecopsmaturitymodel/collector-github
- name: DevSecOps-MaturityModel
url: https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel
- name: DevSecOps-MaturityModel-custom
url: https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-custom
- name: DevSecOps-MaturityModel-data
url: https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data
- name: metricAnalyzer
url: https://github.com/devsecopsmaturitymodel/metricAnalyzer
- name: metricCA
url: https://github.com/devsecopsmaturitymodel/metricCA
- name: metricca-data
url: https://github.com/devsecopsmaturitymodel/metricca-data
description: This repository contains sample data for metricAnalyzer. It is filled by collectors like collector-confluence
tags:
- builder
- documentation
- custom-tag-1
type: documentation
website: https://owasp.org/www-project-devsecops-maturity-model