-
Notifications
You must be signed in to change notification settings - Fork 500
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I get a syntax error on this rule when parsing valid github actions files:
Syntax error at line target.yaml:7:
When parsing a snippet as Bash for metavariable-pattern in rule 'curl-eval', `${{` was unexpectedEngine(PartialParsing)
To Reproduce
Steps to reproduce the behavior:
- Go to playground for this rule
- Paste the minimal repro:
name: wf
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- id: create-release
run: |
${{ env.PRERELEASE_FLAG }} ${{ env.LATEST_FLAG }}Expected behavior
Should pass (there's not even a curl in here :))
Priority
How important is this to you?
- P0: blocking me from making progress
- P1: this will block me in the near future
- P2: annoying but not blocking me
Desktop (please complete the following information):
- Also repro in with
semgrep civersion: v1.135.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working