Skip to content

try trivy in docs

try trivy in docs #1

Workflow file for this run

---
name: Run trivy
on:
pull_request:
branches:
- *

Check failure on line 7 in .github/workflows/trivy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trivy.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
jobs:
trivy:
name: Run trivy scanner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Trivy
uses: ConsenSys/docs-gha/trivy@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}