Skip to content

Merge pull request #97 from esc-chula/fix/create-filing #30

Merge pull request #97 from esc-chula/fix/create-filing

Merge pull request #97 from esc-chula/fix/create-filing #30

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