Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github/workflows: use ECR mirror for Trivy's DB #18672

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ivanvc
Copy link
Member

@ivanvc ivanvc commented Oct 2, 2024

GitHub Container Registry is returning a TOOMANYREQUESTS error. Switch to AWS ECR mirror, as suggested in aquasecurity/trivy-action#389.

Part of #18671.

Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.

GitHub Container Registry is returning a TOOMANYREQUESTS error. Switch
to AWS ECR mirror, as suggested in
aquasecurity/trivy-action#389.

Signed-off-by: Ivan Valdes <ivan@vald.es>
@k8s-ci-robot k8s-ci-robot added github_actions Pull requests that update GitHub Actions code size/XS labels Oct 2, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.90%. Comparing base (2c97110) to head (12a0e76).
Report is 4 commits behind head on main.

Current head 12a0e76 differs from pull request most recent head 1af428a

Please upload reports for the commit 1af428a to get more accurate results.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

see 24 files with indirect coverage changes

@@            Coverage Diff             @@
##             main   #18672      +/-   ##
==========================================
+ Coverage   68.70%   68.90%   +0.19%     
==========================================
  Files         420      420              
  Lines       35535    35535              
==========================================
+ Hits        24414    24485      +71     
+ Misses       9686     9625      -61     
+ Partials     1435     1425      -10     

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2c97110...1af428a. Read the comment docs.

@ivanvc
Copy link
Member Author

ivanvc commented Oct 2, 2024

It looks to work as expected, refer to: https://github.com/etcd-io/etcd/actions/runs/11150670417/job/30992575192?pr=18672#step:5:13

I'll retest the coverage (linux-amd64-coverage) test, which failed.

@ivanvc
Copy link
Member Author

ivanvc commented Oct 2, 2024

/retest

# Use AWS' ECR mirror for the trivy-db image, as GitHub's Container
# Registry is returning a TOOMANYREQUESTS error.
# Ref: https://github.com/aquasecurity/trivy-action/issues/389
TRIVY_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-db:2'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any restriction on public.ecr.aws/aquasecurity/trivy-db? @dims @chaochn47

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought it was okay, as there are many instances of images from the public.ecr.aws registry in the k/test-infra repo, including our website listing, as it uses an AWS ECR mirror of the NodeJS image.

Either way, it'd be great to have the blessing to use it ✌️.

Copy link
Member

@ahrtr ahrtr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ivanvc for the quick fix!

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahrtr, ivanvc

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved github_actions Pull requests that update GitHub Actions code size/XS
Development

Successfully merging this pull request may close these issues.

4 participants