Skip to content

Update template and guidance #120

Update template and guidance

Update template and guidance #120

Workflow file for this run

---
name: Trivy
on:
pull_request:
branches:
- main
jobs:
trivy:
name: Run trivy scanner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Trivy
uses: ConsenSys/github-actions/trivy@7256f3d39c7bb71ec4ca9fc6078991302d4c8650
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}