-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade trivy-operator module (#39)
* Downgrade Go and trivy-operator * Downgrade trivy-operator to v0.21.1 * Add back go mod download step in dockerfile * Reset cobra/viper versions
- Loading branch information
1 parent
a263706
commit f5bec50
Showing
3 changed files
with
111 additions
and
1,730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1 as build | ||
FROM golang:1 AS build | ||
|
||
WORKDIR /go/src/app | ||
COPY . . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.