Skip to content

Upgrade Vite version from 5.4.14 to 6.1.1 #686

Upgrade Vite version from 5.4.14 to 6.1.1

Upgrade Vite version from 5.4.14 to 6.1.1 #686

Workflow file for this run

name: Trivy
on:
pull_request:
push:
branches:
- main
permissions: read-all
jobs:
trivy:
name: Run Trivy for IaC Security Analysis
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master
with:
scan-type: "config"
exit-code: "1"
severity: "CRITICAL,HIGH,MEDIUM"
env:
TRIVY_MISCONFIG_SCANNERS: dockerfile