Skip to content

chore: refactor Zarf Component composition #3407

chore: refactor Zarf Component composition

chore: refactor Zarf Component composition #3407

Workflow file for this run

name: Analyze CVEs
permissions:
contents: read
on:
schedule:
- cron: "0 10 * * *"
pull_request:
paths:
- "go.mod"
- "go.sum"
- "cargo.toml"
- "cargo.lock"
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Setup golang
uses: ./.github/actions/golang
- name: Install tools
uses: ./.github/actions/install-tools
- name: Check for CVEs in Dependencies
run: "make test-cves"