Skip to content

Commit

Permalink
Merge pull request #29 from grom72/grom72/trivy-on-shedule
Browse files Browse the repository at this point in the history
Grom72/trivy on shedule
  • Loading branch information
grom72 authored Sep 24, 2024
2 parents a6d2773 + d4a80df commit b34a59a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: Trivy scan
on:
pull_request:
branches: ["master", "release/**"]
path:
- '**/go.mod'
- '**/pom.xml'
- '**/requirements.txt'
- '**/*trivy*'

# Declare default permissions as nothing.
permissions: {}
Expand Down
3 changes: 1 addition & 2 deletions utils/trivy/trivy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
cache:
backend: fs
clear: false
backend: memory
dir:
redis:
ca: ""
Expand Down

0 comments on commit b34a59a

Please sign in to comment.