Skip to content

chore(deps): update all minor, or patch dependencies on bundler #2015

chore(deps): update all minor, or patch dependencies on bundler

chore(deps): update all minor, or patch dependencies on bundler #2015

Workflow file for this run

name: Trivy code scan
on:
pull_request:
paths-ignore:
- '.github/**'
- '!.github/workflows/trivy.yml'
- '**.md'
branches:
- main
types: [opened, synchronize]
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
# vulnerability DBのダウンロードにしょっちゅう失敗するのでしばらく無効にする
# - name: Run Trivy vulnerability scanner in fs mode
# uses: aquasecurity/trivy-action@master
# with:
# scan-type: 'fs'
# scan-ref: '.'
# exit-code: '0'
# ignore-unfixed: true
# severity: 'CRITICAL,HIGH'