-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update ACS to 4.6 and enable scannerV4 #299
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Roming22 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 |
/retest |
1 similar comment
/retest |
c130488
to
e5495a3
Compare
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
e5495a3
to
5040341
Compare
bf74e6b
to
b9de99b
Compare
3f4eba1
to
a306a76
Compare
export ROX_CENTRAL_ENDPOINT | ||
export ROX_API_TOKEN | ||
|
||
IMAGE="${IMAGE:-quay.io/fedora/fedora:36-x86_64@sha256:d6e4c7d6d1eaa24d71c8efd7432890acdc0179502224d0aaad6bb05d15ffde19}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand it's only used for testing the installation, but can we use an image from registry.redhat.io instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately that's more complicated than just switching the image, as ACS would need to be setup to be integrated with registry.redhat.io (it's basically currently returning an error saying it can't get the image from that registry).
I've chosen as close to possible to a "Red Hat" image by using a Fedora image hosted on quay, which are 2 products strongly linked to our brand. Let me know if you don't think that's good enough.
rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
a306a76
to
4b4a58c
Compare
Recommended configuration after reaching out the ACS team regarding RHTAPBUGS-1316. Must not be merged before ACS has been updated to 4.6. rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
4b4a58c
to
0f38ec0
Compare
Quality Gate passedIssues Measures |
Recommended configuration after reaching out the ACS team regarding RHTAPBUGS-1316