Skip to content
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

fix(ci): build temporary plugins required for release-time validation #323

Merged
merged 11 commits into from
Aug 29, 2023

Conversation

jasondellaluce
Copy link
Contributor

What type of PR is this?

/kind bug

/kind cleanup

Any specific area of the project related to this PR?

/area build

What this PR does / why we need it:

Our release workflow might fail when validating the locally-built plugins due to potentially-required plugins being missing. This happens because at release time we only build the released plugin, whereas validation might require more than one locally-built plugin.

For example, when releasing k8saudit we build only that plugin in release mode, however when validating with local packages we need Falco to load both k8saudit and json (because the k8s audit ruleset requires json too), and so we need to build a dev package for json on the fly.

Which issue(s) this PR fixes:

Special notes for your reviewer:

@github-actions
Copy link

Rules files suggestions

@github-actions
Copy link

Rules files suggestions

Signed-off-by: Jason Dellaluce <[email protected]>
@github-actions
Copy link

Rules files suggestions

aws_cloudtrail_rules.yaml

Comparing `` with latest tag cloudtrail-0.8.0

No changes detected

@github-actions
Copy link

Rules files suggestions

aws_cloudtrail_rules.yaml

Comparing c589c1c63c7336d702a8f985eb983702e2e03ffe with latest tag cloudtrail-0.8.0

No changes detected

@poiana poiana added size/XL and removed size/L labels Aug 29, 2023
@github-actions
Copy link

Rules files suggestions

aws_cloudtrail_rules.yaml

Comparing b9538df7e050787aaf9ed8017c540da3db327a91 with latest tag cloudtrail-0.8.0

No changes detected

Signed-off-by: Jason Dellaluce <[email protected]>
@poiana poiana added size/L and removed size/XL labels Aug 29, 2023
@github-actions
Copy link

Rules files suggestions

aws_cloudtrail_rules.yaml

Comparing 15ea5a4d8d3041ba101001ed7588abb66714a2ae with latest tag cloudtrail-0.8.0

No changes detected

@jasondellaluce jasondellaluce changed the title wip: fix(ci): build temporary plugins required for release-time validation fix(ci): build temporary plugins required for release-time validation Aug 29, 2023
@poiana
Copy link
Contributor

poiana commented Aug 29, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jasondellaluce, leogr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [jasondellaluce,leogr]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@poiana poiana added the lgtm label Aug 29, 2023
@poiana
Copy link
Contributor

poiana commented Aug 29, 2023

LGTM label has been added.

Git tree hash: a2d5228b10b0c93563fd59059fe9aa3275116e62

@poiana poiana merged commit 1dc5272 into master Aug 29, 2023
15 of 16 checks passed
@poiana poiana deleted the fix/validation-ci branch August 29, 2023 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants