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

Initial setup for repo #23

Initial setup for repo

Initial setup for repo #23

Workflow file for this run

name: Analyze CVEs
permissions:
contents: read
on:
schedule:
- cron: "0 10 * * *"
pull_request:
paths:
- "**/package.json"
- "**/package-lock.json"
- "go.mod"
- "go.sum"
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Install tools
uses: defenseunicorns/zarf/.github/actions/install-tools@main
- name: Install latest version of Zarf
uses: defenseunicorns/setup-zarf@main
- name: Check for CVEs in Dependencies
run: make test-cves