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

Syntax error in demo yamls (Actors) #103

Closed
brianfu opened this issue Jun 25, 2024 · 1 comment
Closed

Syntax error in demo yamls (Actors) #103

brianfu opened this issue Jun 25, 2024 · 1 comment

Comments

@brianfu
Copy link

brianfu commented Jun 25, 2024

demo/detecting-mds.yaml and demo/detecting-foreshadow.yaml have this structure:

# environment
actor:
  - name: "main"
  - data_properties:
    - accessed: False

When then should have this structure:

# Actors
actors:
  - main:
    - data_properties:
      - present: true
@OleksiiOleksenko
Copy link
Contributor

Thanks for the report!
Now fixed in pre-release, and will be merged in main with the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants