Skip to content

feat: add security breakdown endpoint support #3

feat: add security breakdown endpoint support

feat: add security breakdown endpoint support #3

Workflow file for this run

name: DCO Check
on:
pull_request:
branches:
- main
- master
permissions:
contents: read
pull-requests: read
jobs:
dco:
name: DCO Signed-Off
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check DCO sign-off
uses: tim-actions/dco@master