Skip to content

Commit

Permalink
Merge pull request #35 from RyosukeDTomita/feature/path-filter
Browse files Browse the repository at this point in the history
fix path filter for dependency-check
  • Loading branch information
RyosukeDTomita authored Jun 17, 2024
2 parents 2ccd752 + cffe373 commit 84eb0d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/react-dependency-check.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: trivy dependency check for package.json
# https://github.com/aquasecurity/trivy-action#usage
# TODO: aquaを使ってインストールして使う形にしたほうがわかりやすいかも
on:
push:
paths:
- "src/**.tsx"
- "src/**.ts"
- "public/**.html"
- "package.json"
schedule:
# 日曜日の午前0時に実行
- cron: '0 0 * * 0'
Expand Down

0 comments on commit 84eb0d3

Please sign in to comment.