Skip to content

Bump webpack from 5.77.0 to 5.94.0 in /frontend #239

Bump webpack from 5.77.0 to 5.94.0 in /frontend

Bump webpack from 5.77.0 to 5.94.0 in /frontend #239

Workflow file for this run

name: trivy
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
trivy:
name: trivy
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
with:
scan-type: 'fs'
scan-ref: 'ops/'
scanners: 'vuln,secret,misconfig'
exit-code: '1'
ignore-unfixed: false
format: 'table'
severity: 'CRITICAL,HIGH'