Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Include all package.json and package-lock.json paths in scan-cves wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
Lucas Rodriguez committed Oct 24, 2023
1 parent 836e00f commit 1ac39b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan-cves.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- cron: "0 10 * * *"
pull_request:
paths:
- "package.json"
- "package-lock.json"
- "**/package.json"
- "**/package-lock.json"
- "go.mod"
- "go.sum"

Expand Down

0 comments on commit 1ac39b6

Please sign in to comment.