-
Notifications
You must be signed in to change notification settings - Fork 3
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
[ZKUI-349] ✨ Implement GHAS #586
[ZKUI-349] ✨ Implement GHAS #586
Conversation
Hello gaspardmoindrot,My role is to assist you with the merge of this Status report is not available. |
Codecov Report
@@ Coverage Diff @@
## development/1.6 #586 +/- ##
===================================================
- Coverage 55.39% 55.16% -0.24%
===================================================
Files 218 218
Lines 10352 10352
Branches 2907 2907
===================================================
- Hits 5735 5711 -24
- Misses 4599 4623 +24
Partials 18 18 |
.github/workflows/security.yaml
Outdated
permissions: | ||
contents: read | ||
packages: write | ||
steps: |
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.
as this repo is not using any kind of internally made reuasable workflow, feel free to use the one on scality/workflows.
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.
Is it better now ?
641afed
to
04bbe25
Compare
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.
Hello, Thanks for your contribution, few comments on my side.
build-zenko-ui: | ||
permissions: | ||
contents: read | ||
packages: write | ||
uses: scality/workflows/.github/workflows/docker-build.yaml@v1 | ||
with: | ||
name: zenko-ui |
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.
Instead of rebuilding the image, we can run the scan on the image matching the head of the branch.
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.
We might be facing a race condition in this case. If we want this workflow to be independent we should be building this image.
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.
You mean using the build that is created in build-push-tests.yml
, right? In this case, indeed, we may have a race condition issue since we cannot use cross-file needs
.
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.
Hello, Thanks for your contribution, few comments on my side.
f3a16ba
to
6c1c68d
Compare
6c1c68d
to
cd3b0f8
Compare
|
|
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option
|
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
No description provided.