Skip to content

feat: add flag for chart based zarf.yaml and update templated fields in chart deployments #315

feat: add flag for chart based zarf.yaml and update templated fields in chart deployments

feat: add flag for chart based zarf.yaml and update templated fields in chart deployments #315

name: Grype Vulnerability Scan
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
grype-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Use Node.js latest
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: "npm"
- name: Install Pepr Dependencies
run: npm ci
- name: Build Pepr Dev Image
run: npm run build:image
- name: Scan image
uses: anchore/scan-action@v3
with:
image: "pepr:dev"
fail-build: true
severity-cutoff: high