Add supply chain security workflow for testing

This commit is contained in:
Fozi 2026-05-15 10:50:10 +02:00 committed by GitHub
parent 5f687a5024
commit a61d2e90be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,13 @@
name: Supply Chain Security
on:
workflow_dispatch:
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: homeofe/supply-chain-guard@v5
with:
fail-on: critical
comment-on-pr: true