-
Notifications
You must be signed in to change notification settings - Fork 212
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
feat: add cve-query step #5455
base: ccoa/2024-2025
Are you sure you want to change the base?
feat: add cve-query step #5455
Conversation
dc31001
to
eaf364d
Compare
8d8fa9d
to
177c242
Compare
ffba85b
to
19f43fa
Compare
19f43fa
to
66a1058
Compare
c014aec
to
3751d55
Compare
condition: ne(variables.SKIP_CVE_QUERY, 'true') | ||
jobs: | ||
- job: cveQuery | ||
pool: $(QUERY_POOL_NAME) |
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.
if this is coming from a variable group can you explicitly declare the group at the top of the yaml to minimize confusion?
|
What type of PR is this?
/kind feature
What this PR does / why we need it:
Pipeline changes for adding blocking criteria step
Not sure it's worth it to change current weekly release build behavior to depend on test build, for this block functionality. Might be best to make this wait until daily build feature is done.
Which issue(s) this PR fixes:
Fixes #
Requirements:
Special notes for your reviewer:
Release note: