Skip to content

Update

Update #20

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
security-events: write
jobs:
trivy:
uses: yutila-org/.github/.github/workflows/trivy.yml@main
sbom:
uses: yutila-org/.github/.github/workflows/sbom.yml@main
with:
target-path: '.'
secret-scan:
uses: yutila-org/.github/.github/workflows/secret-scan.yml@main