falcosecurity / testing

All-purpose test suite for Falco and its ecosystem
Apache License 2.0
12 stars 11 forks source link

fix(tests): fixed for falco RCs releases. #25

Closed FedeDP closed 1 year ago

FedeDP commented 1 year ago

Old regex wouldn't match RC Falco releases, like: 0.36.0-rc1; see https://github.com/falcosecurity/falco/actions/runs/6146946513

New regex correctly matches by expecting either:

See https://regex101.com/r/Cxg7oX/1

FedeDP commented 1 year ago

/cc @jasondellaluce

FedeDP commented 1 year ago

Pushed the suggestion @leogr

poiana commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

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

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](https://github.com/falcosecurity/testing/blob/main/OWNERS)~~ [jasondellaluce] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment