mirror of
https://github.com/fnsign/embedded-omnisearch.git
synced 2026-07-22 06:58:08 +00:00
Add supply chain security workflow for testing
This commit is contained in:
parent
5f687a5024
commit
a61d2e90be
1 changed files with 13 additions and 0 deletions
13
.github/workflows/supply-chain-security.yml
vendored
Normal file
13
.github/workflows/supply-chain-security.yml
vendored
Normal 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
|
||||
Loading…
Reference in a new issue