rules
Falco rule repository
File Explorer
Download Latest Version (.zip)- .python-version
- pyproject.toml
- rules_overview_generator.py
- uv.lock
- .yamllint
- create-comment.yaml
- pages.yaml
- registry.yaml
- release.yaml
- rules.yaml
- yaml-lint.yaml
- compare-rule-files.sh
- dependabot.yml
- FALCO_VERSIONS
- PULL_REQUEST_TEMPLATE.md
- application_rules.yaml
- falco-deprecated_rules.yaml
- README.md
- common.go
- common_test.go
- compare.go
- compare_test.go
- root.go
- validate.go
- .gitignore
- go.mod
- go.sum
- main.go
- __init__.py
- core.py
- __init__.py
- core.py
- __init__.py
- mitre_checker.py
- __init__.py
- rules_exceptions.py
- __init__.py
- falco_mitre_errors.py
- falco_mitre_relations.py
- __init__.py
- falco_rules.py
- mitre_stix.py
- __init__.py
- test_mitre_checker.py
- __init__.py
- test_falco_rules.py
- test_mitre_stix.py
- falco_rules_test.yaml
- not_falco_rules_test.yaml
- __init__.py
- test_common.py
- __init__.py
- file.py
- logger.py
- __init__.py
- __main__.py
- .python-version
- build.sh
- install.sh
- poetry.lock
- pyproject.toml
- README.md
- index1.yaml
- index2.yaml
- index_expected1.yaml
- registry.yaml
- rules-failed-req.yaml
- rules-numeric-req.yaml
- rules-semver-req.yaml
- cmd.go
- config_layer.go
- go.mod
- go.sum
- index.go
- index_test.go
- oci.go
- registry.go
- requirements.go
- requirements_test.go
- s3.go
- tag.go
- tag_test.go
- targz.go
- announce.png
- arrow.png
- cross.png
- insight.png
- setting.png
- start.png
- 20230605-rules-adoption-management-maturity-framework.md
- falco-incubating_rules.yaml
- falco-sandbox_rules.yaml
- falco_rules.yaml
- OWNERS
- dco-pre-commit-msg.sh
- .gitignore
- .pre-commit-config.yaml
- CONTRIBUTING.md
- LICENSE
- mkdocs.yml
- OWNERS
- README.md
- registry.yaml
- RELEASE.md
# Installation Guide
1. Get the code
git clone https://github.com/falcosecurity/rules
Downloads the entire project code from GitHub to your computer.
cd rules
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
3. Go
MediumPrerequisites
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd build/checker
This project's files live in a subfolder, so move into it first.
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
