Skip to content

WIP: feat(docs): ACT-1532 - Create Pages for the Linea JSON-RPC methods dynamically #551

WIP: feat(docs): ACT-1532 - Create Pages for the Linea JSON-RPC methods dynamically

WIP: feat(docs): ACT-1532 - Create Pages for the Linea JSON-RPC methods dynamically #551

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@v4
- name: Trivy
uses: ConsenSys/docs-gha/trivy@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}