Skip to content

Commit

Permalink
fix: make walker interval adjustable
Browse files Browse the repository at this point in the history
Set interval to once every day
  • Loading branch information
Ulf Lilleengen authored and ctron committed Sep 29, 2023
1 parent dab8676 commit 85379fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- "--signing-key"
- "{{ .Values.bombastic.walker.signingKey }}"
- "--scan-interval"
- "60s"
- "{{ .Values.bombastic.walker.interval }}"
- "--fix-licenses"
- "true"
env:
Expand Down
1 change: 1 addition & 0 deletions deploy/trustification.dev/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ bombastic:
memory: "2Gi"
walker:
enable: true
interval: "1d"
source: "https://access.redhat.com/security/data/sbom/beta/"
signingKey: "https://access.redhat.com/security/data/97f5eac4.txt#77E79ABE93673533ED09EBE2DCE3823597F5EAC4"
resources:
Expand Down
1 change: 1 addition & 0 deletions deploy/trustification.dev/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ bombastic:
memory: "2Gi"
walker:
enable: true
interval: "1d"
source: "https://access.redhat.com/security/data/sbom/beta/"
signingKey: "https://access.redhat.com/security/data/97f5eac4.txt#77E79ABE93673533ED09EBE2DCE3823597F5EAC4"
resources:
Expand Down

0 comments on commit 85379fb

Please sign in to comment.