-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing package vulnerabilities go-restful and helm (#58)
* Fixing package vulnerabilities * update lint go-lang version * remove deprecated package * wrong import used * fix docker * no image scan * fix docker file --------- Co-authored-by: falsai <[email protected]>
- Loading branch information
Showing
9 changed files
with
244 additions
and
376 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 |
---|---|---|
|
@@ -4,7 +4,8 @@ on: | |
push: | ||
branches: | ||
- main | ||
|
||
schedule: | ||
- cron: "0 */12 * * *" | ||
jobs: | ||
fossa-scan: | ||
runs-on: ubuntu-latest | ||
|
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
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,5 +1,4 @@ | ||
FROM alpine:3.17.1 | ||
RUN apk add --no-cache openssl | ||
FROM gcr.io/distroless/static:nonroot | ||
ARG TARGETARCH amd64 | ||
COPY bin/castai-cluster-controller-$TARGETARCH /usr/local/bin/castai-cluster-controller | ||
CMD ["castai-cluster-controller"] |
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
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
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.