Skip to content

Commit

Permalink
remove quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
bendikp authored Jan 18, 2023
1 parent 715b847 commit 80540ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions controllers/testdata/scan-job/expected-scan-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ spec:
value: /tmp
- name: TRIVY_SERVER
value: http://trivy.image-scanner.svc.cluster.local
- name: TRIVY_QUIET
value: "true"
- name: TRIVY_DEBUG
value: "true"
- name: TRIVY_FORMAT
Expand Down
1 change: 0 additions & 1 deletion internal/trivy/scan_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ func (f *filesystemScanJobBuilder) container(spec stasv1alpha1.ContainerImageSca
{Name: "TRIVY_SECURITY_CHECKS", Value: "vuln"},
{Name: "TRIVY_CACHE_DIR", Value: TempVolumeMountPath},
{Name: "TRIVY_SERVER", Value: f.TrivyServer},
{Name: "TRIVY_QUIET", Value: "true"},
{Name: "TRIVY_DEBUG", Value: "true"},
{Name: "TRIVY_FORMAT", Value: "template"},
{Name: "TRIVY_TEMPLATE", Value: reportTemplate},
Expand Down

0 comments on commit 80540ed

Please sign in to comment.