Skip to content

Compose verbose configuration option #29

Compose verbose configuration option

Compose verbose configuration option #29

Workflow file for this run

name: Trivy Security Scan
on:
push:
branches:
- master
pull_request:
jobs:
trivy-secrets-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Scan for secrets in the repository
uses: aquasecurity/[email protected]
with:
scan-type: 'fs' # File system scan
trivy-config: .trivy/trivy.yaml # Path to the Trivy config file