jenkins-infra / repository-permissions-updater

Artifactory permissions synchronization tool and data set
77 stars 1.04k forks source link

Qualys IaC Security Plugin Hosting #2931

Closed hdhaygude closed 1 year ago

hdhaygude commented 1 year ago

Repository URL

https://github.com/QIntegration/qualys-iac-security-plugin

New Repository Name

qualys-iac-security-plugin

Description

The Qualys IaC Security plugin will scan repository files and find any misconfiguration in file, It also suggest remediation regarding those misconfigurations. After scanning is done it generates report in html format

GitHub users to have commit permission

@pmgupte @hdhaygude

Jenkins project users to have release permission

qualys

Issue tracker

GitHub issues

github-actions[bot] commented 1 year ago

Hello from your friendly Jenkins Hosting Checker

It appears you have some issues with your hosting request. Please see the list below and correct all issues marked Required. Your hosting request will not be approved until these issues are corrected. Issues marked with Warning or Info are just recommendations and will not stall the hosting process.

You can re-trigger a check by editing your hosting request or by commenting /hosting re-check

github-actions[bot] commented 1 year ago

Hello from your friendly Jenkins Hosting Checker

It appears you have some issues with your hosting request. Please see the list below and correct all issues marked Required. Your hosting request will not be approved until these issues are corrected. Issues marked with Warning or Info are just recommendations and will not stall the hosting process.

You can re-trigger a check by editing your hosting request or by commenting /hosting re-check

github-actions[bot] commented 1 year ago

Hello from your friendly Jenkins Hosting Checker

It appears you have some issues with your hosting request. Please see the list below and correct all issues marked Required. Your hosting request will not be approved until these issues are corrected. Issues marked with Warning or Info are just recommendations and will not stall the hosting process.

You can re-trigger a check by editing your hosting request or by commenting /hosting re-check

hdhaygude commented 1 year ago

/hosting re-check

NotMyFault commented 1 year ago

Don't remove the user list to have release permission from the issue template. It's a mandatory field.

hdhaygude commented 1 year ago

@NotMyFault how to check which user have release permission ?

NotMyFault commented 1 year ago

Currently, nobody does. You specify the username of the account you wish to have release permissions. If you have no account yet, create one on http://accounts.jenkins.io/

github-actions[bot] commented 1 year ago

Hello from your friendly Jenkins Hosting Checker

It appears you have some issues with your hosting request. Please see the list below and correct all issues marked Required. Your hosting request will not be approved until these issues are corrected. Issues marked with Warning or Info are just recommendations and will not stall the hosting process.

You can re-trigger a check by editing your hosting request or by commenting /hosting re-check

github-actions[bot] commented 1 year ago

Hello from your friendly Jenkins Hosting Checker

It looks like you have everything in order for your hosting request. A human volunteer will check over things that I am not able to check for (code review, README content, etc) and process the request as quickly as possible. Thank you for your patience.

Hosting team members can host this request with /hosting host

hdhaygude commented 1 year ago

@NotMyFault

  1. Removed build tag from pom.xml
  2. Moved files and folder to proper groupId location specified in pom.xml
  3. Corrected Jenkins file instruction
NotMyFault commented 1 year ago

@NotMyFault

  1. Removed build tag from pom.xml
  2. Moved files and folder to proper groupId location specified in pom.xml
  3. Corrected Jenkins file instruction

Thanks, I've updated my post (https://github.com/jenkins-infra/repository-permissions-updater/issues/2931#issuecomment-1318380597), striked out these points and reordered them to list what is still up to do.

hdhaygude commented 1 year ago

@NotMyFault Corrected point and moved to package com.qualys.plugins, please check now

NotMyFault commented 1 year ago

I've updated the post. After that, we're in a good shape.

hdhaygude commented 1 year ago

@NotMyFault I have done changes please check.

NotMyFault commented 1 year ago

Thanks, one point is left.

hdhaygude commented 1 year ago

@NotMyFault I have done changes please check.

NotMyFault commented 1 year ago

/hosting host

jenkins-infra-bot commented 1 year ago

Hosting request complete, the code has been forked into the jenkinsci project on GitHub as https://github.com/jenkinsci/qualys-iac-security-plugin

GitHub issues has been selected for issue tracking and was enabled for the forked repo.

A pull request has been created against the repository permissions updater to setup release permissions. Additional users can be added by modifying the created file.

Please delete your original repository (if there are no other forks), under 'Danger Zone', so that the jenkinsci organization repository is the definitive source for the code. If there are other forks, please contact GitHub support to make the jenkinsci repo the root of the fork network (mention that Jenkins approval was given in support request 569994). Also, please make sure you properly follow the documentation on documenting your plugin so that your plugin is correctly documented.

You will also need to do the following in order to push changes and release your plugin:

In order for your plugin to be built by the Jenkins CI Infrastructure and check pull requests, please add a Jenkinsfile to the root of your repository with the following content: buildPlugin(useContainerAgent: true, jdkVersions: [8, 11])

Welcome aboard!