Skip to content

Commit

Permalink
Fixes YAML indentation in generator
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Aug 5, 2022
1 parent 76f33d5 commit bb31f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/generate/servicesemgrep/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ rules:
- metavariable-pattern:
metavariable: $NAME
patterns:
- pattern-regex: "({{ $s }})"
- pattern-regex: "({{ $s }})"
severity: WARNING
{{- end }}
- id: ec2-in-func-name
Expand Down

0 comments on commit bb31f96

Please sign in to comment.