We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eaf44e commit b91229bCopy full SHA for b91229b
kaybee/internal/tasks/data/default_config.yaml
@@ -167,7 +167,7 @@ export:
167
{{ $source_path := .Metadata.LocalPath }}
168
[ -f {{ $source_path }}/changed-source-code.tar.gz ] && tar -xf {{ $source_path }}/changed-source-code.tar.gz -C ./{{ .VulnerabilityID }}
169
170
- cat << EOM > ./{{ .VulnerabilityID }}/metadata.json
+ cat << 'EOM' > ./{{ .VulnerabilityID }}/metadata.json
171
{{ .ToJSON }}
172
EOM
173
{{ if .Fixes}}{{ $description := or ((index .Notes 0).Text) "" }}
0 commit comments