-
Notifications
You must be signed in to change notification settings - Fork 23
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
mappings/build.py: many "file not found" messages when running the build.py program #253
Labels
bug
Something isn't working
Comments
Full error log:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the problem?
I have been trying to re-build the rule-sets and have found that there seem to be many guard rules referenced in the rule-set files which are not found in the
rules/aws
area of the repository.Is this expected behavior or was there a missed commit?
Example:
Reproduction Steps
python mappings/build.py -r 1.0.0
What did you expect to happen?
I was expecting to have a clean build of the latest rule-sets with no error messages and no files not found.
What actually happened?
Received errors when running the command.
Furthermore, I checked the set of rules in
guard-rules-registry-all-rules.guard
and based on themain
branch of the repo, there are 113 rules. By using the docker container that is referenced in the help, I only find 67 rules in the docker container.How many rules are expected to be provided in the rules registry?
Where should I look to obtain all the referenced (but missing) rule files?
CloudFormation Guard Version
cfn-guard 3.0.3
OS
Ubuntu (WSL2)
OS Version
22.04
Other information
No response
The text was updated successfully, but these errors were encountered: