github.com/jfrog/jfrog-cli-platform-services@v1.2.0/commands/templates/manifest.json_template (about) 1 { 2 "name": "{{.WorkerName}}", 3 "description": "Run a script on {{.Action}}", 4 {{- if .HasCriteria }} 5 "filterCriteria": { 6 "artifactFilterCriteria": { 7 "repoKeys": ["example-repo-local"] 8 } 9 }, 10 {{ end}} 11 "secrets": {}, 12 "sourceCodePath": "./worker.ts", 13 "action": "{{.Action}}", 14 "enabled": false 15 }