Skip to content

feat(avs): impl each operator create separate bls keys for any avs #1391

feat(avs): impl each operator create separate bls keys for any avs

feat(avs): impl each operator create separate bls keys for any avs #1391

Workflow file for this run

name: "Dependency Review"
# only run on pull requests and not any branch.
on: pull_request
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- name: "Dependency Review"
uses: actions/dependency-review-action@v3
if: env.GIT_DIFF
with:
fail-on-severity: high
- name: "Go vulnerability check"
run: echo "make vulncheck"
if: env.GIT_DIFF