-
Notifications
You must be signed in to change notification settings - Fork 49
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
Implement OpenScanHub integration prototype #2463
Labels
area/fedora
Related to Fedora ecosystem
complexity/single-task
Regular task, should be done within days.
gain/high
This brings a lot of value to (not strictly a lot of) users.
impact/low
This issue impacts only a few users.
kind/feature
New feature or a request for enhancement.
Comments
This was referenced Jul 11, 2024
lbarcziova
added
kind/feature
New feature or a request for enhancement.
area/fedora
Related to Fedora ecosystem
complexity/single-task
Regular task, should be done within days.
impact/low
This issue impacts only a few users.
gain/high
This brings a lot of value to (not strictly a lot of) users.
labels
Jul 11, 2024
lbarcziova
added a commit
to lbarcziova/packit-service
that referenced
this issue
Jul 23, 2024
lbarcziova
added a commit
to lbarcziova/packit-service
that referenced
this issue
Jul 23, 2024
lbarcziova
added a commit
to lbarcziova/packit-service
that referenced
this issue
Jul 23, 2024
lbarcziova
added a commit
to lbarcziova/packit-service
that referenced
this issue
Jul 23, 2024
lbarcziova
added a commit
to lbarcziova/packit-service
that referenced
this issue
Jul 24, 2024
lbarcziova
added a commit
to lbarcziova/packit-service
that referenced
this issue
Jul 24, 2024
lbarcziova
added a commit
to lbarcziova/packit-service
that referenced
this issue
Jul 24, 2024
lbarcziova
added a commit
to lbarcziova/packit-service
that referenced
this issue
Jul 24, 2024
lbarcziova
added a commit
to lbarcziova/packit-service
that referenced
this issue
Jul 24, 2024
lbarcziova
added a commit
to lbarcziova/packit-service
that referenced
this issue
Jul 24, 2024
lbarcziova
added a commit
to lbarcziova/packit-service
that referenced
this issue
Jul 25, 2024
softwarefactory-project-zuul bot
added a commit
that referenced
this issue
Jul 25, 2024
Implement OpenScanHub prototype Fixes #2454 Fixes #2463 TODO: docs better error handling better marketing - adding to news footer,.. - this can be done as a followup after running in prod for a week to see if everything works as expected RELEASE NOTES BEGIN We have added the initial version of functionality for running scans in OpenScanHub. You can read more about this functionality here. RELEASE NOTES END Reviewed-by: Siteshwar Vashisht Reviewed-by: Laura Barcziová Reviewed-by: Nikola Forró Reviewed-by: Matej Focko Reviewed-by: František Lachman <[email protected]>
mfocko
added a commit
to packit/deployment
that referenced
this issue
Jul 29, 2024
Add the configuration needed for OpenScanHub integration and adjust the packit-config volume so that the config is being mounted in the subdirectory along the existing secrets. Followup of packit/packit-service#2463 This now runs on staging and works.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/fedora
Related to Fedora ecosystem
complexity/single-task
Regular task, should be done within days.
gain/high
This brings a lot of value to (not strictly a lot of) users.
impact/low
This issue impacts only a few users.
kind/feature
New feature or a request for enhancement.
rawhide
only (somewhere here), call the previously mentioned functionality if there is a job withjob:copr_build, trigger:commit, branch: <target branch of the PR>
in the config (and if the new config option is set toTrue
)For the purposes of the prototype, we don't have to store anything in DB, but the first step can be extending
SRPMBuildTargetModel
with URL to scan and the final solution would require a more complex DB design (referencing both SRPMs, URL to scan, datetime, ..).Followup of #2454
Part of #2107
The text was updated successfully, but these errors were encountered: