feat: go proxy for STIG SRIOV config daemon CI via group level variable#141
Merged
maze88 merged 1 commit intoMellanox:network-operator-26.1.xfrom Jan 22, 2026
Merged
Conversation
|
Thanks for your PR,
To skip the vendors CIs, Maintainers can use one of:
|
Greptile Summary
Important Files Changed
Confidence score: 5/5
Sequence DiagramsequenceDiagram
participant User
participant GitLab as "GitLab CI"
participant Docker as "Docker Registry"
participant Artifactory
participant GitHub as "GitHub Repository"
participant PulseScan as "Pulse Scanner"
User->>GitLab: "Push to network-operator branch or create tag"
GitLab->>GitLab: "Validate environment variables"
GitLab->>Artifactory: "Authenticate with credentials"
GitLab->>Docker: "Authenticate with NVCR registry"
GitLab->>GitLab: "Clone STIG scripts repository"
GitLab->>GitLab: "Build STIG-hardened Docker image"
GitLab->>Docker: "Push image to registry"
GitLab->>GitHub: "Clone network-operator repository"
GitLab->>GitHub: "Update component version in release files"
GitLab->>GitHub: "Create pull request with version update"
GitLab->>PulseScan: "Run OSS security scan"
GitLab->>PulseScan: "Run STIG compliance scan"
|
Signed-off-by: Michael Zeevi <mzeevi@nvidia.com>
ab15f20 to
eb891ef
Compare
rollandf
approved these changes
Jan 22, 2026
c9ab089
into
Mellanox:network-operator-26.1.x
10 of 13 checks passed
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.
backport #140 from master to release branch