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

Commit

Permalink
chore: bump trivy 0.50.4 (#468)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan authored May 2, 2024
1 parent d7f0645 commit afc4b59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# That's the only place where you're supposed to specify version of Trivy.
ARG TRIVY_VERSION=0.50.1
ARG TRIVY_VERSION=0.50.4

FROM aquasec/trivy:${TRIVY_VERSION}

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The following matrix indicates the version of Trivy and Trivy adapter installed

| Harbor | Trivy Adapter | Trivy |
|------------------|---------------|-----------------|
| - | v0.31.1 | [trivy v0.50.4] |
| - | v0.31.0 | [trivy v0.50.1] |
| - | v0.30.23 | [trivy v0.50.1] |
| - | v0.30.22 | [trivy v0.49.1] |
Expand Down
5 changes: 3 additions & 2 deletions test/component/component_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ package component
import (
"context"
"fmt"
"github.com/aquasecurity/harbor-scanner-trivy/pkg/http/api"
"net/url"
"path/filepath"
"testing"
"time"

"github.com/aquasecurity/harbor-scanner-trivy/pkg/http/api"

"github.com/aquasecurity/harbor-scanner-trivy/pkg/harbor"
"github.com/aquasecurity/harbor-scanner-trivy/test/component/docker"
"github.com/aquasecurity/harbor-scanner-trivy/test/component/scanner"
Expand All @@ -25,7 +26,7 @@ var (
trivyScanner = harbor.Scanner{
Name: "Trivy",
Vendor: "Aqua Security",
Version: "0.50.1",
Version: "0.50.4",
}
)

Expand Down

0 comments on commit afc4b59

Please sign in to comment.