ci(dir): extend security scanner to support more tag#1055
Draft
arpad-csepi wants to merge 2 commits intomainfrom
Draft
ci(dir): extend security scanner to support more tag#1055arpad-csepi wants to merge 2 commits intomainfrom
arpad-csepi wants to merge 2 commits intomainfrom
Conversation
Contributor
|
The latest Buf updates on your PR. Results from workflow Buf CI / verify-proto (pull_request).
|
45269d8 to
e9a4cf3
Compare
4851924 to
6198e59
Compare
ramizpolic
reviewed
Mar 16, 2026
Member
There was a problem hiding this comment.
We can already perform a custom build of images (e.g. ghcr.io/agntcy/dir-apiserver-dev:feat-feat-add-zitadel-chart-253a20c). Lets not reinvent here custom build process. I would suggest the following:
- the custom image build builds every night one tag
ghcr.io/agntcy/dir-apiserver-dev:nightly - the security scan can be executed against a nightly build by allowing to select
repo-suffixandtag
Options for a security scan:
-
- Scan latest (select latest , sets the repo-suffix and tag appropriately)
-
- Scan nightly (select nighly, sets the repo-suffix and tag appropriately)
-
- Scan custom (input custom repo-suffix and tag)
6198e59 to
41775f9
Compare
4e3c68f to
8aa3925
Compare
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
8aa3925 to
5166b17
Compare
Signed-off-by: Árpád Csepi <csepi.arpad@outlook.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This changes are extending the security scanner daily runs to check security issues from the latest main commit as well as the latest released version.