Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Bump elliptic from 6.5.4 to 6.5.7 in the npm_and_yarn group across 1 directory #1

Bump elliptic from 6.5.4 to 6.5.7 in the npm_and_yarn group across 1 directory

Bump elliptic from 6.5.4 to 6.5.7 in the npm_and_yarn group across 1 directory #1

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 }}