Skip to content

Delete .github/trivy-scan.yaml #2

Delete .github/trivy-scan.yaml

Delete .github/trivy-scan.yaml #2

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in fs mode
uses: knqyf263/trivy-action@composite
with:
scan-type: 'fs'
scan-ref: '.'