Skip to content

Merge pull request #114 from esc-chula/docs/orpc-wrap-trpc #60

Merge pull request #114 from esc-chula/docs/orpc-wrap-trpc

Merge pull request #114 from esc-chula/docs/orpc-wrap-trpc #60

Workflow file for this run

name: Trivy Scan
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/[email protected]
with:
scan-type: 'fs'
scan-ref: '.'
trivy-config: trivy.yaml