Skip to content

feat(ci): add OSV + TruffleHog scans #7

feat(ci): add OSV + TruffleHog scans

feat(ci): add OSV + TruffleHog scans #7

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