falcosecurity/testing
All-purpose test suite for Falco and its ecosystem.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test-falco | Whether to run Falco tests. Default enabled. | no | true |
| test-falcoctl | Whether to run Falcoctl tests. Default disabled. | no | false |
| test-k8saudit | Whether to run k8saudit tests. Default disabled. | no | false |
| test-dummy | Whether to run dummy plugin tests. Default disabled. | no | false |
| test-drivers | Whether to run drivers tests. Requires kernel headers to be installed. Default disabled. | no | false |
| static | Whether to run Falco in static mode during tests. Default disabled. | no | false |
| show-all | Whether to upload all tests summary, not just failed. | no | false |
| sudo | Specify a sudo command. Put it empty when sudo is not available. | no | sudo |
| report-name-suffix | A suffix for the testing report name which will be uploaded to GitHub | no | "" |
Outputs
| name | description |
|---|---|
| report | Generated report xml |
| out_file | Full tests output file |