Skip to content

Add rollback logic to handle nested Fork/Join workflows #45

Add rollback logic to handle nested Fork/Join workflows

Add rollback logic to handle nested Fork/Join workflows #45

Workflow file for this run

name: trivy
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in fs mode
uses: aquasecurity/trivy-action@0.33.0
with:
scan-type: 'fs'
scan-ref: '.'
trivy-config: trivy.yaml
cache: 'false'